R Weekly 2017-26 Reddit Hug, Paradox
Highlight
Insights
R in the Real World
Videos and Podcasts
R in Organizations
Resources
New Packages
-
charlatan - All the fake data that’s fit to print
-
rcjit - Experimental jit compiler for R built on NIMBLE
Package Releases
- tmap 1.10 - thematic maps in R
-
tidytext 0.1.3 - Text Mining using ‘dplyr’, ‘ggplot2’, and Other Tidy Tools
-
RcppCCTZ 0.2.3 (and 0.2.2) - Rcpp bindings for CCTZ
-
nanotime 0.2.0 - Nanosecond Resolution Time for R
R Internationally
Tutorials
-
Replicating the Apache Drill ‘Yelp’ Academic Dataset Analysis with sergeant
-
Tips and tricks for working with images and figures in R Markdown documents
-
Quantifying the magnitude of a population decline with Bayesian time-series modelling
-
Business Science EARL SF 2017 Presentation: tidyquant, timekit, and more!
-
Visualising Twitter coverage of recent bioinformatics conferences
-
An Out of Sample Update on DDN’s Volatility Momentum Trading Strategy and Beta Convexity
-
Updated Data Science Virtual Machine for Windows: GPU-enabled with Docker support
-
Machine Learning for Developers – How to Build Intelligent Apps & Services
-
Set Theory Arbitrary Union and Intersection Operations with R
R Project Updates
Updates from R Core:
-
print.noquote(x)
now always returns its argumentx
(invisibly). -
Fix for
legend()
whenfill
has multiple values, first of which isNA
(all colours then defaulted topar(fg)
). (PR#17288) -
The documentation for
installed.packages(noCache = TRUE)
incorrectly claimed it would refresh the cache. -
installed.packages()
did not remove the cached value for a library tree that had been emptied (but would not use the old value, just waste time checking it). -
available.packages()
has two new arguments which control if the values from the per-session repository cache are used (default true, as before) and if so how old cached values can be to be used (default one hour). -
These arguments can be passed from
install.packages()
,update.packages()
and functions calling that: to enable thisavailable.packages()
,packageStatus()
anddownload.file()
gain a...
argument. -
packageStatus()
’supgrade()
method no longer ignores its...
argument but passes it toinstall.packages()
. -
installed.packages()
gains a...
argument to allow arguments (includingnoCache
) to be passed fromnew.packages()
,old.packages()
,update.packages()
andpackageStatus()
. -
Non-UTF-8 multibyte character sets were not handled properly in source references. (PR#16732)
-
aggregate(<data.frame>)
no longer uses spurious names in some cases. (PR#17283)
Upcoming Events
-
angletR 2017 June 28 - 30, 2017
angletR aims to provide a national forum to exchange and share ideas on the use of R in different subjects such as visualisation, applied statistics, biostatistics and bioinformatics, Bayesian statistics, data analysis, Big Data, modelling, machine learning, high performance computing, etc. -
useR! 2017 July 4, 2017
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
I am a master of R #rstats pic.twitter.com/vXLCr6QN1z
— PJR (@NeuroPost) June 21, 2017