CRAN
awspack 0.1.6
Amazon Web Services Bundle Package
Released Jul 5, 2017 by Thomas J. Leeper
Dependencies
aws.ec2metadata 0.1.2 aws.polly 0.1.2 aws.iam 0.1.7 aws.s3 0.3.3 aws.alexa 0.1.4 aws.ses 0.1.4 aws.sqs 0.1.10 aws.lambda 0.1.6 aws.cloudtrail 0.1.5 aws.sns 0.1.7 aws.signature 0.3.5
A bundle of all of 'cloudyr' project
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>awspack</artifactId> <version>0.1.6-b8</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:awspack')