-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.32 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
Package: cloudfs
Title: Streamlined Interface to Interact with Cloud Storage Platforms
Version: 0.1.3
Authors@R: c(
person("Iaroslav", "Domin", email = "[email protected]", role = c("aut", "cre")),
person("Stefan", "Musch", email = "[email protected]", role = c("aut")),
person("Michal", "Czyz", email = "[email protected]", role = c("aut")),
person("Emmanuel", "Ugochukwu", email = "[email protected]", role = c("aut")),
person("Gradient Metrics", role = c("cph", "fnd"))
)
Description: A unified interface for simplifying cloud storage interactions,
including uploading, downloading, reading, and writing files, with functions
for both 'Google Drive' (<https://www.google.com/drive/>) and 'Amazon S3'
(<https://aws.amazon.com/s3/>).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
aws.s3,
googledrive,
desc,
dplyr,
cli,
utils,
rlang,
glue,
httr
Suggests:
googlesheets4,
haven,
jsonlite,
knitr,
readr,
readxl,
rmarkdown,
testthat (>= 3.0.0),
withr,
writexl,
xml2
VignetteBuilder:
knitr
Config/testthat/edition: 3
URL: https://g6t.github.io/cloudfs/, https://github.com/g6t/cloudfs
BugReports: https://github.com/g6t/cloudfs/issues