forked from 8-bit-sheep/googleAnalyticsR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
63 lines (63 loc) · 2.11 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
Package: googleAnalyticsR
Type: Package
Version: 1.1.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 = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8434-3881")),
person(given = "Artem", family = "Klevtsov",
email = "[email protected]", role = "ctb"),
person("Johann", "deBoer", email = "[email protected]", role = "ctb"),
person("David", "Watkins", email = "[email protected]", role = "ctb"),
person("Olivia", "Brode-Roger", email = "[email protected]", role = "ctb"),
person("Jas", "Sohi", email = "[email protected]", role = "ctb"),
person("Zoran", "Selinger", email = "[email protected]", role = "ctb"),
person("Octavian", "Corlade", email = "[email protected]", role = "ctb"),
person("Maegan", "Whytock", email = "[email protected]", role = "ctb"))
URL: https://code.markedmondson.me/googleAnalyticsR/
BugReports: https://github.com/MarkEdmondson1234/googleAnalyticsR/issues
Depends:
R (>= 3.3.0)
Imports:
assertthat (>= 0.2.0),
cli (>= 2.0.2),
dplyr (>= 0.8.0),
googleAuthR (>= 1.4.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:
bigQueryR (>= 0.3.1),
covr,
formatR,
ganalytics,
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.2.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Roxygen: list(markdown = TRUE)
Encoding: UTF-8