R Weekly 2017-46 Purrr Map, rstudio::conf
Highlight
Insights
R in Organizations
R in the Real World
New Packages
- hexmapr - Algorithmic generation of gridded maps. Assigning polygons to gridded regions automatically.
-
egg - Extensions for ‘ggplot2’, to Align Plots, and Set Panel Sizes
-
ggpipe - ggplot with the pipe
-
ggeasy - ggplot2 shortcuts (transformations made easy)
-
shinymaterial - Implements Material Design in Shiny Applications
Package Releases
Tutorials
-
shinymagick - Simple Demo of using Magick with Shiny
R Project Updates
Updates from R Core:
-
dput()
, etc now print thenames()
information only once, using the more readable(tag = value)
syntax, notably forlist()
s, i.e., including data frames. These functions gain a new control option"niceNames"
(see.deparseOpts()
), which when set (as by default) also uses the(tag = value)
syntax for atomic vectors. OTOH, without deparse options"showAttributes"
and"niceNames"
, names are no longer shown also for lists. -
m:n
now also deparses nicely when m > n. -
The printing of named raw vectors is now formatted nicely as for other such atomic vectors, thanks to Lukas Stadler.
-
attach(*, pos = 1)
is now an error instead of a warning. -
coef()
methods also gain acomplete = TRUE
optional argument for consistency withvcov()
.
Upcoming Events
-
RStudio conf 2018 January 31 to February 3
rstudio::conf is about all things R and RStudio! -
satRday Cape Town 2018 March 17
satRday Cape Town -
R/Finance 2018 June 1 and 2
Applied Finance with R. -
7eme Rencontres R 5 & 6 July 2018
Rennes - Agrocampus -
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.
Call for Participation
- satRday Cape Town 2018 - Call for papers
Quotes of the Week
Never too old to learn - I spent my 30s & 40s convincing myself I couldn’t learn programming of any sort - I turned 50 today and I am 4 months deep into learning R and I am loving it! #fab50 #rstats #nevertooold
— Sue Love (@Data_Sue_ATX) November 10, 2017
egg: ggplot2 extension for laying out multiple plots on a page https://t.co/ePdR0R5W43 #rstats pic.twitter.com/ASnyG97uCz
— Stephen Turner (@strnr) November 8, 2017