-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.13 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
Package: gcalendr
Type: Package
Title: Read Events From Google Calendar
Version: 0.2.1.9004
Authors@R:
c(person("Andrie",
"de Vries",
role =c("aut", "cre", "cph"), email="[email protected]"),
person(given = "Jennifer",
family = "Bryan",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6983-2759",
"author of gargle package")),
person("RStudio", role = c("cph", "fnd")),
person(given = "Google Inc",
role = "cph",
comment = "Google Calendar API and discovery documents")
)
Description: Read events from the Google Calendar API.
Date: 2020-03-06
License: MIT + file LICENSE
URL: https://github.com/andrie/gcalendr
BugReports: https://andrie.github.io/gcalendr/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.3)
Imports:
rlang,
purrr,
httr,
dplyr,
lubridate,
gargle (>= 0.2.0),
tibble,
glue
Suggests:
covr,
httptest,
knitr,
rmarkdown,
testthat (>= 2.1.0),
withr,
tidyr,
sodium
RoxygenNote: 7.0.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr