R Weekly 2018-37 Shiny, tidytext
Highlight
R in Organizations
R in the Real World
-
Who wrote that anonymous NYT op-ed? Text similarity analyses with R
-
Who wrote the anti-Trump New York Times op-ed? Using tidytext to find document similarity
Resources
Package Releases
Tutorials
-
Book review: SQL Server 2017 Machine Learning Services with R
-
In praise of Commonmark: wrangle (R)Markdown files without regex
R Project Updates
Updates from R Core:
-
As an experimental feature, when codeloadNamespace fails because the requested package is not available the error is initially signaled with a
retry_loadNamespace
restart available. This allows a calling handler to try to install the package and continue. -
var(f)
and hencesd(f)
now give an error forfactor
arguments; they gave a warning since R 3.2.3, PR#16564. -
next(n)
now also works for largern
and no longer loops infinitely for e.g,n <- 214e7
. -
Many package not found errors are now signaled as errors of class
packageNotFoundError
. -
Fork cluster could hang due to a race condition in cluster initialization (
makeCluster()
). -
.Deprecated
now signals a warning of classdeprecatedWarning
, and.Defunct
now signals an error of classdefunctError
. -
New functions
errorCondition
andwarningCondition
provide a convenient way to create structured error and warning objects. -
On Windows,
socketSelect
would hang with more than 64 sockets, and henceparallel::clusterApplyLB
would hang with more than 64 workers.
Upcoming Events in 3 Months
Events in 3 Months:
-
Econometrics and Statistics using R Sept 10-14
Lisbon, Portugal.
More past events at R conferences & meetups.
Call for Participation
Quotes of the Week
well this R=Batman, Python=Superman apparently showed up in a vendor pitch to one of my colleagues. That must make it official. #rstats #python pic.twitter.com/pkKGB8EOHj
— JD Long (@CMastication) September 5, 2018
transition_reveal is, *ahem*, revealed... #rstats #gganimate pic.twitter.com/9K4gT5xDyh
— Thomas Lin Pedersen (@thomasp85) September 4, 2018