README.md

sunnier

Travis-CI Build Status AppVeyor Build Status CRAN_Status_Badge DOI

The goal of this little R package is to make your day a little sunnier while working with cloud compute engine like Amazon and Google, inside R.

Installation

To try out the dev version of sunnier, follow the 2 steps below:

Step 1: Install or load the package devtools

if (!require("devtools")) install.packages("devtools") # to install

Step 2: Install sunnier

devtools::install_github("thierrygosselin/sunnier") # to install without vignettes
library(sunnier) # to load


thierrygosselin/sunnier documentation built on May 31, 2019, 10:40 a.m.