awspack

Amazon Web Services Bundle Package


Keywords
amazon-web-services, aws, cloudyr, r, r-package
Licenses
CNRI-Python-GPL-Compatible/CNRI-Python-GPL-Compatible

Documentation

Amazon Web Services Bundle Package

awspack is a bundle of all of the cloudyr project's packages for Amazon Web Services (AWS). It depends upon all of the cloudyr project's AWS packages. It is mainly useful for installing the entire suite of packages; more likely than not you will only want to load individual packages one at a time.

Installation

CRAN Downloads Travis Build Status codecov.io

To install the latest development version you can install from the cloudyr drat repository:

# latest stable version
install.packages("awspack", repos = c(cloudyr = "http://cloudyr.github.io/drat", getOption("repos")))

Or, to pull a potentially unstable version directly from GitHub:

if (!require("ghit")) {
    install.packages("ghit")
}
ghit::install_github("cloudyr/awspack")

cloudyr project logo