-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
DESCRIPTION
65 lines (65 loc) · 2.27 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
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: googleAnalyticsR
Type: Package
Version: 1.2.0
Title: Google Analytics API into R
Description: Interact with the Google Analytics
APIs <https://developers.google.com/analytics/>, including
the Core Reporting API (v3 and v4), Management API, User Activity API
GA4's Data API and Admin API and Multi-Channel Funnel API.
Authors@R: c(person("Mark", "Edmondson", email = "m@sunholo.com",
role = c("aut"),
comment = c(ORCID = "0000-0002-8434-3881")),
person("Erik", "Grönroos", email = "erik.gronroos@8-bit-sheep.com",
role = "cre"),
person(given = "Artem", family = "Klevtsov",
email = "a.a.klevtsov@gmail.com", role = "ctb"),
person("Johann", "deBoer", email = "johanndeboer@gmail.com", role = "ctb"),
person("David", "Watkins", email = "wm.david.watkins@gmail.com", role = "ctb"),
person("Olivia", "Brode-Roger", email = "nibr@mit.edu", role = "ctb"),
person("Jas", "Sohi", email = "contact@jassohi.com", role = "ctb"),
person("Zoran", "Selinger", email = "zselinger@gmail.com", role = "ctb"),
person("Octavian", "Corlade", email = "octavian.corlade@gmail.com", role = "ctb"),
person("Maegan", "Whytock", email = "maegan.whytock@gmail.com", role = "ctb"),
person("Masaki", "Terashi", email = "terashi.masaki@gmail.com", role = "ctb"))
URL: https://github.com/8-bit-sheep/googleAnalyticsR/
BugReports: https://github.com/8-bit-sheep/googleAnalyticsR/issues
Depends:
R (>= 3.3.0)
Imports:
assertthat (>= 0.2.0),
cli (>= 2.0.2),
dplyr (>= 0.8.0),
googleAuthR (>= 1.4.0),
gargle (>= 1.2.0),
httr (>= 1.3.1),
jsonlite (>= 1.5),
magrittr (>= 1.5),
measurementProtocol,
memoise,
methods,
purrr (>= 0.2.2),
rlang (>= 0.4.7),
stats,
tibble (>= 2.0.1),
tidyr (>= 1.0.0),
usethis,
utils,
whisker
Suggests:
covr,
formatR,
googleCloudStorageR (>= 0.2.0),
htmlwidgets,
knitr,
lifecycle (>= 1.0.0),
miniUI (>= 0.1.1),
rmarkdown,
shiny (>= 1.6.0),
testthat
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Roxygen: list(markdown = TRUE)
Encoding: UTF-8