-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
41 lines (41 loc) · 1.44 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
37
38
39
40
41
Package: analogsea
Title: Interface to 'DigitalOcean'
Description: Provides a set of functions for interacting with the 'DigitalOcean'
API <https://www.digitalocean.com/>, including creating images, destroying
them, rebooting, getting details on regions, and available images.
Version: 1.0.8
Authors@R: c(
person("Scott", "Chamberlain", role = "aut",
email = "[email protected]",
comment = c(ORCID="0000-0003-1444-9135")),
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("Mauricio", "Vargas", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0003-1017-7574")),
person("RStudio", role = "cph"),
person("DigitalOcean", role = "cph")
)
License: Apache License (>= 2)
URL: https://github.com/pachadotdev/analogsea (devel)
https://pacha.dev/analogsea/ (docs)
BugReports: https://github.com/pachadotdev/analogsea/issues
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
Imports:
stats,
utils,
httr (>= 1.2.0),
jsonlite (>= 1.1),
magrittr,
yaml
Suggests:
testthat,
knitr,
ssh (>= 0.6),
aws.s3,
arrow
RoxygenNote: 7.2.3