Issue 16
Hello and welcome to the new issue of R Weekly!
Highlight
Digested by R Weekly Members
-
tidyverse - Easily install and load packages from the tidyverse.
News & Blog Posts
Tutorials
-
Classification in Spark 2.0: “Input validation failed” and other wondrous tales
-
What Every R Package Must (REALLY) Contain? An Example on the eRum2016 Package
R in the Real World
R for Fun
R in Organization
-
Sharing thoughts on satRdays R Conference, Budapest 2016 #satRdays
-
Postdoctoral Scholar – Sustainable Software and Reproducible Research
R in Academia
Video and Podcast
Resources
New Releases
- googleVis 0.6.1 - R Interface to Google Charts.
-
RProtoBuf 0.4.6 - bugfix update.
- magick 0.3 - Magick is a package for Advanced Image-Processing in R.
New Packages & Tools
-
tidyverse - Easily install and load packages from the tidyverse.
-
rtide - a R package for predicting tide heights (US locations only currently).
-
esc - Effect Size Computation for Meta Analysis.
-
tidyjson -
tidyjson
provides tools for turning complex json into tidy data.
R Project Updates
Updates from R Core.
-
Arithmetic, logic (
&
,|
) and comparison (akarelational
, e.g.,<
,==
) operations with arrays now behave consistently, notably for arrays of length zero. -
Arithmetic between length-1 arrays and longer non-arrays had silently dropped the array attributes and recycled. This now gives a warning and will signal an error in the future, as it has always for logic and comparison operations in these cases (e.g., compare
matrix(1,1) + 2:3
andmatrix(1,1) < 2:3
). -
R CMD config
gains a--all
option for printing names and values of all basic configure variables. -
Arithmetic, logic (
&
,|
) and comparison (akarelational
, e.g.,<
,==
) operations with arrays now behave consistently. Arithmetic between length-1 arrays and longer non-arrays had silently dropped the array attributes and recycled. This now gives a warning and will signal an error in the future, as it has always for logic and comparison operations in these cases (e.g., comparematrix(1,1) + 2:3
andmatrix(1,1) < 2:3
).
Upcoming Events
-
EARL 2016 London 13 September - 15 September
The primary focus of the Conference is the commercial usage of R across a range of industry sectors with the aim of sharing knowledge and applications of the language. -
eRum 2016 Poznan, Poland 12 October - 14 October
European R users meeting (eRum) is an international conference that aims at integrating users of the R language. eRum 2016 will be a good chance to exchange experiences, broaden knowledge on R and collaborate.
Quote of the Week
Hrm. Load bioconductor stuff or tidyverse first? #rstats pic.twitter.com/kHXt4Eul7D
— Stephen Turner (@genetics_blog)