-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
31 lines (31 loc) · 1010 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: awsjavasdk
Type: Package
Title: Boilerplate R Access to the Amazon Web Services ('AWS') Java SDK
Version: 0.2.1
Date: 2017-06-12
Authors@R: c(
person("Russell S.", "Pierce", role = c("aut", "cre"), email = "russell.pierce@zapier.com")
)
Description: Provides boilerplate access to all of the classes included in the
Amazon Web Services ('AWS') Java Software Development Kit (SDK) via
package:'rJava'. According to Amazon, the 'SDK helps take the complexity
out of coding by providing Java APIs for many AWS services including
Amazon S3, Amazon EC2, DynamoDB, and more'. You can read more about the
included Java code on Amazon's website:
<https://aws.amazon.com/sdk-for-java/>.
URL: https://github.com/zapier/awsjavasdk
BugReports: https://github.com/zapier/awsjavasdk/issues
License: GPL-2
Imports:
utils,
rJava,
R.utils,
assertthat,
rappdirs
Suggests:
testthat,
covr,
knitr,
rmarkdown
RoxygenNote: 6.0.1
VignetteBuilder: knitr