Learn R Programming

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

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")

Copy Link

Version

Install

install.packages('awspack')

Monthly Downloads

12

Version

0.1.6

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Thomas J. Leeper

Last Published

July 5th, 2017

Functions in awspack (0.1.6)

awspack-package

Amazon Web Services Bundle Package