R Weekly 2017-30
Highlight
R in the Real World
Insights
R Internationally
Videos and Podcasts
-
NSSD 43 - Analogy Corner - About teaching R in the era of the tidyverse, joyplots, follow up on explainable AI, writing versus data analysis, and Google Music playlists.
-
Introduction to R Workshop: 12 Videos and Materials for a Day Long Workshop
R in Organizations
Resources
New Packages
-
languagelayeR - Access the languagelayer API with R
-
polMonitor - Shiny app for monitoring police violence
-
sergeant - The Apache Drill R interface package
-
seplyr - Standard Evaluation Interfaces for Common Dplyr Verbs
-
constants - Reference on Constants, Units and Uncertainty
Package Releases
-
Rcpp 0.12.12 - Rounding some corners
-
JAGS 4.3.0 - Just Another Gibbs Sampler
-
RcppAPT 0.0.4 - interface from R to the C++ library behind the awesome apt, apt-get
Tutorials
-
How to do Optical Character Recognition (OCR) of non-English documents in R using Tesseract?
-
Scraping & Swarming: A Visual Exploration of Facebook Data in R
-
How to make interactive maps with Census and local data in R
-
Inter-country inequality and the World Development Indicators 11:30
R Project Updates
Updates from R Core:
-
dist(x, method="canberra")
now uses the correct definition; the result may only differ whenx
contains values of differing signs, i.e., e.g., not for 0-1 data. -
length()<-
on a pairlist succeeds. (<URL: https://stat.ethz.ch/pipermail/r-devel/2017-July/074680.html>) -
Language objects such as
quote(("\n"))
or R functions are correctly printed again, where R 3.4.1 accidentally duplicated the backslashes. -
menu(choices)
with more than 10 choices which easily fit into onegetOption("width")
-line no longer erronously repeats choices. (PR#17312) -
c()
andunlist()
are now more efficient in constructing thenames(.)
of their return value, thanks to a proposal by Suharto Anggono. (PR#17284) -
readLines()
no longer segfaults on very large files with embedded'\0'
(akanul
). (PR#17311) -
ns()
(packagesplines
) now also works for a single observation.interpSpline()
gives a more friendly error message when the number of points is less than four. -
R CMD check
checks for andR CMD build
corrects CRLF line endings in shell scriptsconfigure
andcleanup
(even on Windows). -
poly(<matrix>, 3)
now works, thanks to prompting by Marc Schwartz.
Upcoming Events
-
RStudio conf 2018 January 31 to February 3
rstudio::conf is about all things R and RStudio! Register & More infos -
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
5 "verbs" in #R solve 90% of data manipulation challenges according to @hadleywickham at #ISI2017 pic.twitter.com/vmLPt2UVGD
— Eric Vance (@ervance) July 20, 2017