forked from jennybc/googlesheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 798 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
Package: googlesheets
Title: Manage Google Spreadsheets from R
Version: 0.2.1.9000
Description: Interact with Google Sheets from R.
Authors@R: c(
person("Jennifer", "Bryan", , "[email protected]", c("aut", "cre")),
person("Joanna", "Zhao", , "[email protected]", role = "aut")
)
URL: https://github.com/jennybc/googlesheets
BugReports: https://github.com/jennybc/googlesheets/issues
Depends:
R (>= 3.2.0)
License: MIT + file LICENSE
LazyData: true
Imports:
cellranger (>= 1.0.0),
dplyr (>= 0.4.2),
httr (>= 1.1.0),
jsonlite,
purrr,
readr (>= 0.2.2),
stats,
stringr,
tidyr,
utils,
xml2 (>= 1.0.0)
Suggests:
covr,
ggplot2,
knitr,
testthat,
rmarkdown,
rprojroot
VignetteBuilder: knitr
RoxygenNote: 5.0.1.9000