-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 1011 Bytes
/
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
Package: deepgs4
Title: Low-level access to Google Sheets REST API v4
Version: 0.2.1.9007
Authors@R:
person(given = "Michal",
family = "Kosinski",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-8426-3654"))
Description: Interface for REST API communication between Google Sheets and R.
Allows manipulation of Sheets objects on very low level: manipulating
values of single cells, formats, formulas. Objects on R side are mostly
mirroring objects in the Sheets API to provide greatest versality in
sheets creation and modification.
License: MIT + file LICENSE
Imports:
cellranger,
cli,
curl,
gargle,
glue,
httr,
R6,
lubridate,
rlang,
rrapply,
utils,
withr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
covr,
googledrive,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)