Here is a small pack of some engaging news from R’s world gathered from Twitter in the last week.

R Tips

Packages

Docker

  • http://ropenscilabs.github.io/r-docker-tutorial/ - another tutorial about using Docker with R. I think that maybe I too often put articles about Docker here (it’s not R specific!), but I believe that it’s significant topic. With Docker, you can implement things more efficiently, without worrying about system dependencies on your clients’ machines (they only need to have Docker client installed). You can also use https://www.shinyproxy.io/ to deploy shiny apps easily.

C++

Other

Theory (basic)