R Weekly 2018-39 Radix, Tidyverse, Design
Highlight
-
Radix for R Markdown - A new R Markdown format optimized for scientific and technical communication
-
The actual tidyverse - Scraping over 1000 R Blog Posts to Visualize How People Actually Use the Tidyverse Functions
Insights
-
Am I crazy for loving R as a general-purpose high-level language?
-
The actual tidyverse - Scraping over 1000 R Blog Posts to Visualize How People Actually Use the Tidyverse Functions
-
3 reasons to not write that new code, and how I failed at it.
R in Organizations
R in the Real World
Resources
New Packages
CRAN
-
Radix for R Markdown - A new R Markdown format optimized for scientific and technical communication
Package Releases
-
udpipe 0.7 - Natural Language Processing alongside tidytext, quanteda, tm
-
RStudio Connect 1.6.8 - Emails, APIs, and Titles
Videos and Podcasts
R Internationally
Tutorials
-
The log-0 problem: analysis strategies and options for choosing c in log(y + c)
-
Shiny application in production with ShinyProxy, Docker and Debian
R Project Updates
Updates from R Core:
-
sQuote()
anddQuote()
get an explicitq
argument with obvious default instead of usinggetOption("fancyQuotes")
implicitly and unconditionally. -
lm.influence()
,influence.measures()
,rstudent()
etc now work (more) correctly for multivariate models ("mlm"
), thanks to (anonymous) stackoverflow remarks. -
sample.int(2.9, *, replace=TRUE)
again behaves as documented and as in R < 3.0.0, namely identically tosample.int(2, ..)
. -
download.file(*, method = "curl", cacheOK = FALSE)
should work now on Windows, thanks to Kevin Ushey’s patch in PR#17323. -
Fixes to
convertColor()
for chromatic adaptation; thanks to Brodie Gaslam PR#17473. -
nextn(n)
now also works for largern
and no longer loops infinitely for e.g,n <- 214e7
. -
In
.col(dim)
and.row(dim)
,dim
now may also be an integer valued"double"
. -
cooks.distance()
andrstandard()
now work correctly for multivariate models ("mlm"
). -
polym()
and correspondinglm()
prediction now also work for a boundary “vector” case fixing PR#17474, reported by Alexandre Courtiol.
Upcoming Events in 3 Months
Events in 3 Months:
More past events at R conferences & meetups.
Call for Participation
Quotes of the Week
#rstats tip of the day:
— Dana Linnell Wanzer, MA (@danawanzer) September 22, 2018
There is a shortcut in @rstudio that will open up a keyboard shortcut quick reference sheet to see all available shortcuts!!!
Windows: Alt + Shift + K
Mac: Option + Shift + K pic.twitter.com/PHMP5pJfqu