Issue 28

Hello and welcome to the new issue of R Weekly!

Highlight

Digested by R Weekly Members

Tutorials

Creating GeoJSON out of Shapefile in R

R in the Real World

How many Authors does the Prime Minister have for his speeches: A Stylometric Analysis

Can we predict flu deaths with Machine Learning and R?

Plotting my trips with ubeR

Analysis of software developers in New York, San Francisco, London and Bangalore

International R

R in Organization

R in Academia

Videos and Podcasts

Resources

New Packages and Tools

New Releases

R Project Updates

Updates from R Coredeveloper.r-project.org. ( developer.r-project.org ) 

  • Check customization via environment variables to detect side effects of .Call() and .External() calls which alter their arguments is described in §8 of the R Internals manual.

  • The Just In Time byte code compiler is now enabled by default at level 3. For now, the compiler will not compile code containing explicit calls to browser(): this is to support single stepping from the browser() call.

  • JIT compilation can be disabled using compiler::enableJIT(0) or by setting environment variable R_ENABLE_JIT to 0.

Upcoming Events

Quote of the Week