-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
46 lines (46 loc) · 1.24 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
Package: googleCloudStorageR
Type: Package
Version: 0.7.0.9000
Title: Interface with Google Cloud Storage API
Description: Interact with Google Cloud Storage <https://cloud.google.com/storage/>
API in R. Part of the 'cloudyr' <https://cloudyr.github.io/> project.
Authors@R: c(person("Mark", "Edmondson",email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8434-3881")),
person("manuteleco",
email = "[email protected]",
role = "ctb",
comment = "<https://github.com/manuteleco>"))
URL: https://code.markedmondson.me/googleCloudStorageR/
BugReports: https://github.com/cloudyr/googleCloudStorageR/issues
Depends:
R (>= 3.2.0)
Imports:
assertthat (>= 0.2.0),
cli,
curl,
googleAuthR (>= 1.4.0),
httr (>= 1.2.1),
jsonlite (>= 1.0),
openssl,
utils,
yaml,
zip (>= 2.0.3)
Suggests:
fs,
googleComputeEngineR,
knitr,
readr,
rmarkdown,
sodium,
testthat,
usethis
Remotes:
MarkEdmondson1234/googleAuthR
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Config/testthat/edition: 3
Config/testthat/parallel: false
Encoding: UTF-8