-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 922 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
34
Type: Package
Package: windsoraiR
Title: Access the 'Windsor.ai' API
Version: 0.1.2
Authors@R:
c(person(given = "Novica",
family = "Nakov",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Windsor.ai",
role = "cph",
email = "[email protected]"))
Description: Collect multichannel marketing data from sources such as Google analytics, Facebook Ads, and many others using the 'Windsor.ai' API <https://www.windsor.ai/api-fields/>.
License: MIT + file LICENSE
URL: https://github.com/windsor-ai/windsoraiR/
BugReports: https://github.com/windsor-ai/windsoraiR/
Depends:
R (>= 2.10)
Imports:
jsonlite (>= 1.7.2)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
dplyr,
ggplot2,
tidyr,
curl
LazyData: true