R Weekly 2017-31 Advanced R, Signing Packages, Spark of Stats
Highlight
-
Book - Advanced R - New chapters! Work-in-progress 2nd edition.
Insights
R in the Real World
-
Twitter Coverage of the Bioinformatics Open Source Conference 2017
-
Inter-country inequality and the World Development Indicators
R Internationally
R in Organizations
Resources
-
Book - Advanced R - New chapters! Work-in-progress 2nd edition.
New Packages
-
catboost - CatBoost is an open-source gradient boosting on decision trees library with categorical features support out of the box for Python, R
-
nofrills - Low-cost anonymous functions
-
xcode-time-tracker - This is the tool that allows to track events that are happening in Xcode
-
rrtools - Tools for Writing Reproducible Reseach in R
Package Releases
Tutorials
-
Quick Way of Installing all your old R libraries on a New Device
-
Social Network Analysis and Topic Modeling of codecentric’s Twitter friends and followers
-
Reading PCAP Files with Apache Drill and the sergeant R Package
-
Joy Division, Population Surfaces and Pioneering Electronic Cartography
-
Learn parallel programming in R with these exercises for “foreach”
R Project Updates
Updates from R Core:
-
qr.coef(qd, y)
now has correct names also whenqd
is a complex QR or stems fromqr(*, LAPACK=TRUE)
. -
hist(x, "FD")
no longer “dies” with a somewhat cryptic error message whenx
has extreme outliers orIQR()
zero:nclass.FD(x)
tries harder to find a robust bin width h in the latter case, andhist.default(*, breaks)
now checks and corrects a too largebreaks
number. -
methods:::cbind()
andmethods:::rbind()
avoid deep recursion, thanks to Suharto Anggono -
sigma(fm)
now takes the correct denominator degrees of freedom for a fitted model withNA
coefficients. -
model.matrix(~1, mf)
now gets the row names frommf
also when they differ from1:nrow(mf)
, thanks to the suggestion by Sebastian Meyer. -
Attempting to increase the length of a variable containing
NULL
usinglength()<-
still has no effect on the target variable, but now triggers a warning. -
Resource leaks reported by Steve Grubb fixed.
-
Construction of
names()
for very large objects inc()
andunlist()
now works, thanks to Suharto Anggono’s patch proposals.
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
Commit @72969 titled "Sparc Solaris is no longer being tested".
— Dirk Eddelbuettel (@eddelbuettel) July 26, 2017
End of an era.#rstats pic.twitter.com/SjKXVMtijI
And another OO chapter: learn about R6 at https://t.co/fizlReBzoR #rstats. Feedback + PRs greatly appreciated!
— Hadley Wickham (@hadleywickham) July 28, 2017
Me too #ggplot2, me too... #rstats pic.twitter.com/3V8kf6PLKo
— Leah (@leahmeanwell) July 27, 2017
This is a reason for pipes. #rstats pic.twitter.com/SFKVN2GpZZ
— Tajti András (@atajti) July 23, 2017