R Weekly 2018-44 Maps, Images
Highlight
Insights
R in the Real World
R in Organizations
Resources
New Packages
GitHub or Bitbucket
- precisely - An R package for estimating sample size based on precision.
Package Releases
-
RApiDatetime 0.0.4 - Updates and Extensions
-
RcppTOML 0.1.4 - Now with TOML v0.5.0
Tutorials
R Project Updates
Updates from R Core:
-
When
y
is numeric andf
afactor
,plot(y ~ f)
nicely uses “y” and “f” as y- and x-labels. The more directboxplot(y ~ f)
now does too. Newann = FALSE
may be used to suppress these. -
Subassignment to no/empty rows of a data frame now is more consistent and typically a no-op in all cases instead of sometimes an error; part of Emil Bode’s PR#17483.
-
download.file(*, method = "curl", cacheOK = FALSE)
should work now on Windows, thanks to Kevin Ushey’s patch in PR#17323.
Upcoming Events in 3 Months
Events in 3 Months:
More past events at R conferences & meetups.
Call for Participation
Quotes of the Week
ggplot2 3.1.0 was released yesterday and it seems nobody has noticed yet. I think that's a good sign. #rstats
— Claus Wilke (@ClausWilke) October 26, 2018