-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
DESCRIPTION
39 lines (39 loc) · 1.25 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
Package: googleComputeEngineR
Type: Package
Version: 0.3.0.9000
Title: R Interface with Google Compute Engine
Description: Interact with the 'Google Compute Engine' API in R. Lets you create,
start and stop instances in the 'Google Cloud'. Support for preconfigured instances,
with templates for common R needs.
Authors@R: c(
person("Mark", "Edmondson", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8434-3881")),
person("Scott", "Chamberlain", role = "ctb", email = "[email protected]"),
person("Winston", "Chang", role = "ctb", email = "[email protected]"),
person("Henrik", "Bengtsson", role="ctb", email = "[email protected]"),
person("Jacki","Novik", role="ctb", email = "[email protected]")
)
URL: https://cloudyr.github.io/googleComputeEngineR/
BugReports: https://github.com/cloudyr/googleComputeEngineR/issues
Depends:
R (>= 3.3.0)
Imports:
assertthat,
cli,
gargle,
future (>= 1.2.0),
googleAuthR (>= 0.7.0),
httr (>= 1.3.1),
jsonlite (>= 1.1),
utils
Suggests:
covr,
googleCloudStorageR,
knitr,
rmarkdown,
testthat
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1