forked from MarkEdmondson1234/googleCloudRunner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.35 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
Package: googleCloudRunner
Type: Package
Title: R Scripts in the Google Cloud via Cloud Run, Cloud Build
and Cloud Scheduler
Version: 0.3.0.9000
Authors@R: c(person("Mark", "Edmondson", email = "[email protected]",
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/cloud-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 (>= 1.3.1),
googleCloudStorageR (>= 0.5.1),
httr (>= 1.4.1),
jose (>= 1.0),
jsonlite (>= 1.5),
openssl (>= 1.4.1),
progress (>= 1.2.2),
usethis (>= 1.6.0),
utils,
yaml (>= 2.2.0)
Suggests:
knitr,
miniUI,
plumber,
rmarkdown,
rstudioapi,
shiny,
testthat (>= 2.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0