-
Notifications
You must be signed in to change notification settings - Fork 52
/
DESCRIPTION
54 lines (54 loc) · 1.5 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
51
52
53
54
Package: googlesheets4
Title: Access Google Sheets using the Sheets API V4
Version: 1.1.1.9000
Authors@R: c(
person("Jennifer", "Bryan", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-6983-2759")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Interact with Google Sheets through the Sheets API v4
<https://developers.google.com/sheets/api>. "API" is an acronym for
"application programming interface"; the Sheets API allows users to
interact with Google Sheets programmatically, instead of via a web
browser. The "v4" refers to the fact that the Sheets API is currently
at version 4. This package can read and write both the metadata and
the cell data in a Sheet.
License: MIT + file LICENSE
URL: https://googlesheets4.tidyverse.org,
https://github.com/tidyverse/googlesheets4
BugReports: https://github.com/tidyverse/googlesheets4/issues
Depends:
R (>= 3.6)
Imports:
cellranger,
cli (>= 3.0.0),
curl,
gargle (>= 1.5.0),
glue (>= 1.3.0),
googledrive (>= 2.1.0),
httr,
ids,
lifecycle,
magrittr,
methods,
purrr,
rematch2,
rlang (>= 1.0.2),
tibble (>= 2.1.1),
utils,
vctrs (>= 0.2.3),
withr
Suggests:
readr,
rmarkdown,
spelling,
testthat (>= 3.1.7)
ByteCompile: true
Config/Needs/website:
tidyverse,
tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3