Skip to content

Commit

Permalink
import aws.efs
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Jul 6, 2017
1 parent c385ea9 commit d6f5f50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -31,11 +31,12 @@ r_packages:
r_github_packages:
- cloudyr/travisci
- cloudyr/aws.signature
- cloudyr/aws.alexa
- cloudyr/aws.cloudwatch
- cloudyr/aws.cloudtrail
- cloudyr/aws.ec2
- cloudyr/aws.ec2metadata
- cloudyr/aws.alexa
- cloudyr/aws.efs
- cloudyr/aws.iam
- cloudyr/aws.glacier
- cloudyr/aws.lambda
Expand Down
5 changes: 3 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: awspack
Type: Package
Title: Amazon Web Services Bundle Package
Version: 0.1.6
Date: 2017-07-04
Version: 0.1.7
Date: 2017-07-06
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"),
email = "thosjleeper@gmail.com"))
Description: A bundle of all of 'cloudyr' project <http://cloudyr.github.io/> packages for Amazon Web Services ('AWS') <https://aws.amazon.com/>. 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.
Expand All @@ -14,6 +14,7 @@ Imports:
aws.ec2metadata,
aws.alexa,
aws.cloudtrail,
aws.efs,
aws.iam,
aws.lambda,
aws.polly,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
@@ -1,6 +1,8 @@
import(aws.signature)
import(aws.ec2metadata)
import(aws.alexa)
import(aws.cloudtrail)
import(aws.efs)
import(aws.iam)
import(aws.lambda)
import(aws.polly)
Expand Down

0 comments on commit d6f5f50

Please sign in to comment.