-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
52 lines (52 loc) · 1.44 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
Package: gargle
Title: Utilities for Working with Google APIs
Version: 1.5.2.9000
Authors@R: c(
person("Jennifer", "Bryan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6983-2759")),
person("Craig", "Citro", , "[email protected]", role = "aut"),
person("Hadley", "Wickham", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-4757-117X")),
person("Google Inc", role = "cph"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides utilities for working with Google APIs
<https://developers.google.com/apis-explorer>. This includes
functions and classes for handling common credential types and for
preparing, executing, and processing HTTP requests.
License: MIT + file LICENSE
URL: https://gargle.r-lib.org, https://github.com/r-lib/gargle
BugReports: https://github.com/r-lib/gargle/issues
Depends:
R (>= 3.6)
Imports:
cli (>= 3.0.1),
fs (>= 1.3.1),
glue (>= 1.3.0),
httr (>= 1.4.5),
jsonlite,
lifecycle,
openssl,
rappdirs,
rlang (>= 1.1.0),
stats,
utils,
withr
Suggests:
aws.ec2metadata,
aws.signature,
covr,
httpuv,
knitr,
rmarkdown,
sodium,
spelling,
testthat (>= 3.1.7)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3