forked from cloudyr/googleComputeEngineR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.11 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
Package: googleComputeEngineR
Type: Package
Version: 0.1.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")),
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:
googleAuthR (>= 0.4.0),
jsonlite (>= 1.1),
future (>= 1.2.0)
Suggests:
devtools (>= 1.12.0),
knitr,
covr,
rmarkdown,
testthat
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 5.0.1