forked from benrwoodard/adobeanalyticsr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.49 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: adobeanalyticsr
Type: Package
Version: 0.3.3
Title: R Client for 'Adobe Analytics' API 2.0
Description: Connect to the 'Adobe Analytics' API v2.0 <https://github.com/AdobeDocs/analytics-2.0-apis>
which powers 'Analysis Workspace'. The package was developed
with the analyst in mind, and it will continue to be
developed with the guiding principles of iterative,
repeatable, timely analysis.
Authors@R: c(
person("Ben", "Woodard", email = "[email protected]", role = c("aut", "cre")),
person("Tim", "Wilson", email = "[email protected]", role = c("aut", "ctb")),
person("Charles", "Gallagher", email = "[email protected]", role = c("ctb")),
person("Mark", "Edmondson", role = "ctb")
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2.0)
Imports:
assertthat (>= 0.2.0),
jsonlite (>= 1.5),
dplyr (>= 0.8.1),
stringr (>= 1.4.0),
purrr (>= 0.3.3),
httr (>= 1.3.1),
tidyr (>= 1.0.0),
rlang (>= 0.4.8),
lubridate (>= 1.7.9),
ggplot2 (>= 3.3.2),
scales (>= 1.1.1),
R6,
jose,
openssl,
lifecycle,
glue,
tibble,
vctrs,
progress,
memoise,
utils
Suggests:
knitr,
testthat (>= 3.0.0),
rmarkdown
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
RdMacros: lifecycle
VignetteBuilder: knitr
BugReports: https://github.com/benrwoodard/adobeanalyticsr/issues
URL: https://github.com/benrwoodard/adobeanalyticsr