R Packages

Cloud computing with R and AWS

R
Why? You want to run R code on the cloud. For whatever reason, you don’t want to use google nor azure. Credit I took most of the code from this gist The code This function takes a list with your instances, the path to your private key, and returns a cluster object that can be used with the future package. I was told that this function will be part of a new package soon.

Hello World!

R
Yihui’s blogdown package is awesome! To create this site i just had to run: blogdown::new_site(theme = "vimux/mainroad") and to create this post just blogdown::new_post(title = "Hello World!")