forked from pachadotdev/analogsea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.19 KB
/
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
32
33
34
35
36
Package: analogsea
Title: Interface to 'Digital Ocean'
Description: Provides a set of functions for interacting with the 'Digital
Ocean' API at <https://developers.digitalocean.com/documentation/v2>, including
creating images, destroying them, rebooting, getting details on regions, and
available images.
Version: 0.6.5.9110
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"), email = "[email protected]"),
person("Hadley", "Wickham", role = "aut", email = "[email protected]"),
person("Winston", "Chang", role = "aut", email = "[email protected]"),
person("Bob", "Rudis", role = "ctb", email = "[email protected]"),
person("Bryce", "Mecum", role = "ctb", email = "[email protected]",
comment = c("ORCID" = "0000-0002-0381-3766")),
person("RStudio", role = "cph")
)
License: MIT + file LICENSE
URL: https://github.com/sckott/analogsea
BugReports: https://github.com/sckott/analogsea/issues
LazyData: yes
VignetteBuilder: knitr
Imports:
stats,
utils,
httr (>= 1.2.0),
jsonlite (>= 1.1),
magrittr,
yaml,
aws.s3 (>= 0.3.3),
ssh
Suggests:
roxygen2 (>= 6.0.1),
testthat,
knitr,
xml2
RoxygenNote: 6.0.1