R Weekly 2018-18 R 3.5.0, r2d3
This article is originally published at
Hello and welcome to this new issue!
Highlight
r2d3 - R Interface to D3 Visualizations
New Packages
CRAN
workflowr - A Framework for Reproducible and Collaborative Data Science
foolbox - a toolbox for function manipulation
ggplotify - convert plots to ggplot object
BioC
GitHub or Bitbucket
- r2d3 - R Interface to D3 Visualizations
Package Releases
ipumsr 0.2.0 - Read extracts from IPUMS census and survey data. Now with support for IPUMS Terra to help you link international census microdata with geographic data.
tailr 0.1.2 - tail recursion optimisation for R. This version resolves an issue that manifested when transformed functions were created as part of other packages.
Resources
Insights
R in Organizations
R in the Real World
R Internationally
Tutorials
R Project Updates
Updates from R Core:
Allow
file
argument ofRscript
to include space even when it is first on the command line.file("stdin")
is no longer considered seekable.dput()
anddump()
are no longer truncating whenoptions(deparse.max.lines = *)
is set.Calls with an S3 class are no longer evaluated when printed, fixing part of PR#17398, thanks to a patch from Lionel Henry.
lengths()
dispatches internally to S4 methods.predict(fm, newdata)
is now correct also for models where the formula has terms such assplines::ns(..)
orstats::poly(..)
, fixing PR#17414, based on a patch from Duncan Murdoch.extendrange(.., f)
with a length-2f
now extends separately to the left and the right.
Upcoming Events in 3 Months
Events in 3 Months:
eRum 2018 May 14-16
European R Users Meeting @ Budapest, HungaryR/Finance 2018 June 1 and 2
Applied Finance with R.CascadiaRConf June 2 Portland, OR, US
7eme Rencontres R July 5 & 6
Rennes - AgrocampususeR! 2018 July 10
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
Quotes of the Week
I have a confession to make: Last year in July, I went cold turkey with #rstats to force myself to get really good at #Python. Today I fell off the wagon. What can I say? R is beautiful. It's beautiful, it's beautiful, I missed R so much.
— Cassie Kozyrkov (@quaesita) April 27, 2018
[Your daily dose of {purrr}]
— Colin Fay (@_ColinFay) April 20, 2018
Quick cool {purrr} use case — creating %not_in% with negate(): #RStats pic.twitter.com/O51nl8xvzJ
I just likened the use of `<<-` to “blood magic” and I think the analogy basically works. #rstats
— Jenny Bryan (@JennyBryan) April 27, 2018
Thanks for visiting r-craft.org
This article is originally published at
Please visit source website for post related comments.