-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
DESCRIPTION
48 lines (48 loc) · 1.56 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
Package: googleAuthR
Type: Package
Version: 2.0.2
Title: Authenticate and Create Google APIs
Description: Create R functions that interact with OAuth2 Google APIs
<https://developers.google.com/apis-explorer/> easily,
with auto-refresh and Shiny compatibility.
Authors@R: c(person("Mark", "Edmondson",email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-8434-3881")),
person("Erik", "Grönroos", email = "[email protected]",
role = "cre"),
person("Jennifer", "Bryan", email="[email protected]", role = "ctb"),
person("Johann", "deBoer", email="[email protected]", role = "ctb"),
person("Neal", "Richardson", email="[email protected]", role = "ctb"),
person("David","Kulp", email="[email protected]", role = "ctb"),
person("Joe","Cheng", email = "[email protected]", role = "ctb"))
URL: https://code.markedmondson.me/googleAuthR/
BugReports: https://github.com/MarkEdmondson1234/googleAuthR/issues
Depends:
R (>= 3.3.0)
Imports:
assertthat (>= 0.2.0),
cli (>= 2.0.2),
digest,
gargle (>= 1.2.0),
httr (>= 1.4.0),
jsonlite (>= 1.6),
memoise (>= 1.1.0),
rlang,
utils
Suggests:
covr,
devtools (>= 1.12.0),
formatR (>= 1.4),
googleAnalyticsR,
knitr,
miniUI (>= 0.1.1),
rmarkdown,
roxygen2 (>= 5.0.0),
rstudioapi,
shiny (>= 0.13.2),
testthat,
usethis (>= 1.6.0)
License: MIT + file LICENSE
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.1