November 2019

Hangman game with R

November 19, 2019 | tomaztsql

Hangman is a classic word game in which you need to need to guess as many possible letters in word, so you can guess the word, before running out of tries (lives). Upon running out of tries, you are hanged!…Read more ›
[Read more...]

ttdo 0.0.4: Extension

November 18, 2019 | Thinking inside the box

A first update release to the still very new (and still very small) ttdo package arrived on CRAN today. Introduced about two months ago in September, the ttdo package extends the most excellent (and very minimal / zero depends) unit testing package t... [Read more...]

When rvest is not enough

November 18, 2019 | r on Giovanni Kraushaar

An intorduction to CasperJS for R users Web scraping is a data mining technique that allows to transform data from unstructured (widely available on the interent under the form of webpages) to structured datasets. This is mostly done exploiting the fact that webpages have some sort of structure, in the ... [Read more...]

October 2019: “Top 40” New R Packages

November 17, 2019 | R Views

Two Hundred twenty-three new packages made it to CRAN in October. Here are my “Top 40” picks in ten categories: Computational Methods, Data, Genomics, Machine Learning, Mathematics, Medicine, Pharmacology, Statistics, Utilities, and Visualization. Computational Methods admmDensestSubmatrix v0.1.0: Implements a method to identify the densest sub-matrix in a given or sampled binary ...
[Read more...]

Eigenvectors from Eigenvalues – a NumPy implementation

November 17, 2019 | Corey Chivers

I was intrigued by the recent splashy result showing how eigenvectors can be computed from eigenvalues alone. The finding was covered in Quanta magazine and the original paper is pretty easy to understand, even for a non-mathematician. Being a non-mathematician myself, I tend to look for insights and understanding via ...
[Read more...]

Using R: From gather to pivot

November 17, 2019 | mrtnj

Since version 1.0.0, released in September, the tidyr package has a new replacement for the gather/spread pair of functions, called pivot_longer/pivot_wider. (See the blog post about the release. It can do a lot of cool things.) Just what we needed, another pair of names for melt/cast, ... [Read more...]

Quicker knitr kables in RStudio notebook

November 16, 2019 | Roman Pahl

The setup The RStudio notebook is a great interactive tool to build a statistical report. Being able to see statistics and graphs right on the fly probably has saved me countless hours, especially when building complex reports. However, one thing that has always bothered me was the way tables are ...
[Read more...]

RcppEigen 0.3.3.7.0

November 16, 2019 | Thinking inside the box

A new minor release 0.3.3.7.0 of RcppEigen arrived on CRAN today (and just went to Debian too) bringing support for Eigen 3.3.7 to R. This release comes almost a year after the previous minor release 0.3.3.5.0. Besides the upgrade to the new upstream... [Read more...]

essurvey release

November 15, 2019 | R on Jorge Cimentada

The new essurvey 1.0.3 is here! This release is mainly about downloading weight data from the European Social Survey (ESS), which has been on the works since 2017! As usual, you can install from CRAN or Github with:
# From CRAN
install.packages("essurvey")

# or development version from Github
devtools::install_github("ropensci/essurvey")

# and load
library(essurvey)
set_email("[email protected]")
Remember to set your registered email with set_email to download ESS data. ... [Read more...]

My R Style Guide

November 15, 2019 | Roman Pahl

This is my take on an R style guide. As such, this is going to be a very long post (long enough to warrant a table of content). Still, I hope it - or at least some parts of it - are useful to some people out there. Another guide ...
[Read more...]
1 3 4 5 6 7 11

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)