-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (41 loc) · 1.14 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
Package: googleAnalyticsModelR
Title: Provide modelling functionaly for Google Analytics data
Version: 0.0.0.9000
Authors@R: person("Manos", "Parzakonis", email = "[email protected]", role = c("aut", "cre"))
Description: Assuming you have a handful of Google Analytics data then you might be interested in doing a bit of modelling and/or advanced analysis. This is the scope of this package.
Depends: R (>= 3.3.3)
Imports:
assertthat (>= 0.2.0),
exploratory (>= 5.1.1.1),
dplyr (>= 0.7.0),
googleAuthR (>= 0.7.0),
googleAnalyticsR (>= 0.6.0.9000),
httr (>= 1.3.1),
jsonlite (>= 1.5),
lubridate,
magrittr (>= 1.5),
memoise,
methods,
prophet (>= 0.4),
purrr (>= 0.2.2),
rlang (>= 0.1.0),
tidyr (>= 0.6.3),
utils
Suggests:
bigQueryR (>= 0.3.1),
covr,
ganalytics,
googleCloudStorageR (>= 0.2.0),
httptest (>= 3.2.2),
knitr,
miniUI (>= 0.1.1),
rmarkdown,
shiny (>= 0.13.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Remotes:
exploratory-io/exploratory_func,
MarkEdmondson1234/googleAnalyticsR