-
Notifications
You must be signed in to change notification settings - Fork 56
/
DESCRIPTION
42 lines (42 loc) · 1003 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
39
40
41
42
Package: gmailr
Title: Access the 'Gmail' 'RESTful' API
Version: 2.0.0.9000
Authors@R: c(
person("Jim", "Hester", role = "aut"),
person("Jennifer", "Bryan", , "jenny@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: An interface to the 'Gmail' 'RESTful' API. Allows access to
your 'Gmail' messages, threads, drafts and labels.
License: MIT + file LICENSE
URL: https://gmailr.r-lib.org, https://github.com/r-lib/gmailr
BugReports: https://github.com/r-lib/gmailr/issues
Depends:
R (>= 3.6)
Imports:
base64enc,
cli,
crayon,
gargle (>= 1.5.1),
glue,
httr,
jsonlite,
lifecycle,
mime,
rappdirs,
rematch2,
rlang (>= 1.1.0)
Suggests:
curl,
knitr,
methods,
rmarkdown,
testthat (>= 3.1.8),
withr
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3