-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
33 lines (33 loc) · 1005 Bytes
/
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
Package: googleTagManageR
Type: Package
Title: Interact with the Google Tag Manager API
Version: 0.1.0
Author: Manos Parzakonis
Authors@R: c(
person('Manos','Parzakonis',email='[email protected]',role=c('aut','cre'))
)
Maintainer: Manos Parzakonis <[email protected]>
Description: The R way to interact with Google's Tag Manager API.
At the moment listing of elements is available, but in the future both updates and delete will be supported.
Most of this is adopted from the excellent autoGoogleAPI package from Mark Edmondson <[email protected]>
License: GPL
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.2.0)
Imports:
googleAuthR (>= 0.5.1),
httr (>= 1.2.1),
jsonlite (>= 1.0),
magrittr (>= 1.5),
tidyjson (>= 0.2.1),
testthat (>= 1.0.2),
utils
Suggests:
knitr,
dplyr (>= 0.5.0),
rmarkdown,
covr
RoxygenNote: 6.0.1
URL: https://github.com/IronistM/googleTagManageR
BugReports: https://github.com/IronistM/googleTagManageR/issues