-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 824 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 824 Bytes
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
Package: aws.ec2
Type: Package
Title: Amazon Web Services EC2 Client Package
Version: 0.1.17
Date: 2018-07-27
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut"),
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Andrie", "de Vries", role = "ctb"))
Maintainer: ORPHANED
Description: A simple client package for the Amazon Web Services ('AWS') Elastic
Cloud Compute ('EC2') <https://aws.amazon.com/ec2/> 'API'.
License: GPL (>= 2)
Imports:
utils,
aws.signature (>= 0.4.0),
httr,
xml2,
base64enc
Suggests:
testthat,
aws.ec2metadata,
aws.iam,
ssh
URL: https://github.com/cloudyr/aws.ec2
BugReports: https://github.com/cloudyr/aws.ec2/issues
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)