-
Notifications
You must be signed in to change notification settings - Fork 48
/
DESCRIPTION
50 lines (50 loc) · 1.15 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
50
Package: googledrive
Title: An Interface to Google Drive
Version: 2.1.1.9000
Authors@R: c(
person("Lucy", "D'Agostino McGowan", , role = "aut"),
person("Jennifer", "Bryan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6983-2759")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Manage Google Drive files from R.
License: MIT + file LICENSE
URL: https://googledrive.tidyverse.org,
https://github.com/tidyverse/googledrive
BugReports: https://github.com/tidyverse/googledrive/issues
Depends:
R (>= 3.6)
Imports:
cli (>= 3.0.0),
gargle (>= 1.5.0),
glue (>= 1.4.2),
httr,
jsonlite,
lifecycle,
magrittr,
pillar (>= 1.9.0),
purrr (>= 1.0.1),
rlang (>= 1.0.2),
tibble (>= 2.0.0),
utils,
uuid,
vctrs (>= 0.3.0),
withr
Suggests:
curl,
dplyr (>= 1.0.0),
knitr,
mockr,
rmarkdown,
spelling,
testthat (>= 3.1.5)
VignetteBuilder:
knitr
Config/Needs/website:
tidyverse,
tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3