R Weekly 2017-35 Magic Purrr, GOT, Review Packages
Highlight
Insights
R in the Real World
-
fancy-minard - Exploring Minard’s 1812 plot with ggplot2
-
Why Can’t I Remember Game of Thrones Characters? An Analysis in R
Videos and Podcasts
- NSSD 44 - She Won the Battle - Hilary and Roger continue the discussion about whether good data analysis can lead to bad outcomes, talk about private cloud servers, and discuss whether data represent ground truth.
R in Organizations
Resources
- Mara Averick Twitter @dataandme - Get latest #rstats Resources from Twitter!
New Packages
-
dataMaid - Your personal assistant for cleaning up the data cleaning process
-
visdat - A tool for preliminary visualisation of whole dataframes
-
naniar - Data Structures, Summaries, and Visualisations for Missing Data
-
skpr - An open source design of experiments suite for generating and evaluating optimal designs in R
Package Releases
-
BH 1.65.0-1 - BH provides a sizeable portion of the Boost C++ libraries as a set of template headers for use by R
Tutorials
-
Calculating a fuzzy kmeans membership matrix with R and Rcpp
-
Newer to R? rstudio::conf 2018 is for you! Early bird pricing ends August 31.
R Project Updates
Updates from R Core:
-
Reverted unintended change in behavior of
return
calls inon.exit
expressions introduced by stack unwinding changes in R 3.3.0. -
approx()
,spline()
,splinefun()
andapproxfun()
also work for long vectors. -
deparse()
(anddump()
) are more useful for S4 objects;dput()
now using the same internal C code (instead of its previous imperfect workaround R code). More user visibly,dput()
, etc now print thenames()
information only once, using the more readable(tag = value)
syntax. These functions got a new (partly experimental) control option via.deparseOpts()
"nice_names"
which when set (e.g. as part of"all"
) also use the(tag = value)
syntax for atomic vectors. -
(1:n)[-n]
no longer segfaults forn <- 2.2e9
(on a platform with enough RAM). -
package.skeleton()
gets optionalencoding
argument. -
Internal C-level
R_check_class_and_super()
and henceR_check_class_etc()
now also consider non-direct super classes and hence return a match in more cases. This e.g., fixes behaviour of derived classes in packageMatrix
Upcoming Events
-
RStudio conf 2018 January 31 to February 3
rstudio::conf is about all things R and RStudio! Register & More infos -
R/Finance 2018 June 1 and 2
Applied Finance with R. More info -
useR! 2018 July 10, 2018
The annual useR! conference is the main meeting of the international R user and developer community.
More past events at R conferences & meetups.
Quotes of the Week
#RStats Twitter these days. pic.twitter.com/3Ddg4z5rJ4
— Colin Fay (@_ColinFay) August 25, 2017
TFW you're new to the #tidyverse but not to #Rstats and you learn about the pipe for the first time. Where has this been my whole life? pic.twitter.com/WjnyFv9fr4
— Margaret Jones (@StudentOfEarth) August 23, 2017