-
Notifications
You must be signed in to change notification settings - Fork 26
/
DESCRIPTION
49 lines (49 loc) · 1.45 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
42
43
44
45
46
47
48
49
Package: googleCloudRunner
Type: Package
Title: R Scripts in the Google Cloud via Cloud Run, Cloud Build
and Cloud Scheduler
Version: 0.5.0.9000
Authors@R: c(person("Mark", "Edmondson", email = "r@sunholo.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8434-3881")),
person("Sunholo Ltd", role = "cph"))
Description: Tools to easily enable R scripts in the Google Cloud Platform.
Utilise cloud services such as Cloud Run <https://cloud.google.com/run/> for R
over HTTP, Cloud Build <https://cloud.google.com/build> for Continuous
Delivery and Integration services and
Cloud Scheduler <https://cloud.google.com/scheduler/> for scheduled scripts.
URL: https://code.markedmondson.me/googleCloudRunner/
BugReports: https://github.com/MarkEdmondson1234/googleCloudRunner/issues
Depends:
R (>= 3.3.0)
Imports:
assertthat (>= 0.2.0),
cli (>= 2.0.2),
curl (>= 4.3),
googleAuthR (>= 2.0.0),
googleCloudStorageR (>= 0.7.0),
googlePubsubR (>= 0.0.2),
httr (>= 1.4.1),
jose (>= 1.0),
jsonlite (>= 1.5),
openssl (>= 1.4.1),
plumber (>= 1.0.0),
usethis (>= 1.6.0),
utils,
withr,
yaml (>= 2.2.0)
Suggests:
knitr,
markdown,
miniUI,
rmarkdown,
rstudioapi,
shiny,
targets,
testthat (>= 2.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/testthat/parallel: false