-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathDESCRIPTION
114 lines (114 loc) · 2.67 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Package: ganalytics
Title: Interact with 'Google Analytics'
Version: 0.10.7
Date: 2019-03-02
Authors@R: person(
given = "Johann",
family = "de Boer",
role = c("aut", "cre"),
email = "[email protected]")
Description: Functions for querying the 'Google Analytics' core reporting,
real-time, multi-channel funnel and management APIs, as well as the 'Google
Tag Manager' (GTM) API. Write methods are also provided for the management
and GTM APIs so that you can change tag, property or view settings, for
example. Define reporting queries using natural R expressions instead of
being concerned as much about API technical intricacies like query syntax,
character code escaping, and API limitations.
URL: https://github.com/jdeboer/ganalytics
BugReports: https://github.com/jdeboer/ganalytics/issues
License: MIT + file LICENCE
Depends:
R(>= 3.3.0)
Imports:
assertthat (>= 0.2.0),
httpuv,
httr (>= 1.0.0),
googleAnalyticsR (>= 0.6.0),
jsonlite,
lazyeval,
lubridate,
methods,
plyr,
R6,
rvest,
stringr (>= 1.0),
XML,
xml2,
scales,
selectr,
tibble
Suggests:
devtools,
ggplot2,
knitr,
rmarkdown,
testthat,
dplyr,
purrr,
tidyr,
spelling,
covr
Collate:
'Bool-generics.R'
'utils.R'
'Segment-generics.R'
'GaApiRequest.R'
'meta.R'
'globaldata.R'
'Expr-generics.R'
'operand-classes.R'
'comparator-classes.R'
'var-classes.R'
'expr-classes.R'
'segment-classes.R'
'Bool-methods.R'
'Comparator-generics.R'
'comparator-coerce.R'
'Comparator-methods.R'
'TableFilter-generics.R'
'table-filter-classes.R'
'var-list-classes.R'
'query-classes.R'
'Query-generics.R'
'Creds-methods.R'
'Date-generics.R'
'date-coerce.R'
'ga-api-classes.R'
'management-api-classes.R'
'Date-methods.R'
'operand-coerce.R'
'Operand-generics.R'
'Operand-methods.R'
'Var-list-generics.R'
'Var-generics.R'
'var-list-coerce.R'
'var-coerce.R'
'Var-methods.R'
'expr-coerce.R'
'Expr-methods.R'
'GaGetCoreReport.R'
'GaView-generics.R'
'view-coerce.R'
'GaView-methods.R'
'ga-api-coerce.R'
'GetGa-methods.R'
'Query-methods.R'
'segment-coerce.R'
'Sequence-generics.R'
'Segment-methods.R'
'Sequence-methods.R'
'table-filter-coerce.R'
'TableFilter-methods.R'
'Var-list-methods.R'
'deprecated.R'
'ganalytics-package.R'
'googleAnalyticsR-coerce.R'
'gtm-api-classes.R'
'sequence.R'
'zzz.R'
VignetteBuilder: knitr
LazyData: TRUE
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
Language: en-GB