forked from facebookresearch/Radlibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 860 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
35
36
37
38
39
40
Package: Radlibrary
Title: Facebook Ad Library API Tool
Version: 0.3.0
Authors@R:
c(person(given = "Colin",
family = "Fraser",
role = c("cre"),
email = "[email protected]"),
person(given = "Kyle",
family = "Shank",
role = c("aut"),
email = "[email protected]"))
Description: Query the Facebook Ads Library.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
httr,
stringr,
readr,
magrittr,
jsonlite,
yaml,
tibble,
glue,
fs,
purrr,
dplyr,
keyring,
getPass,
lubridate,
rlang,
rstudioapi
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
RoxygenNote: 7.1.1
VignetteBuilder: knitr
URL: https://facebookresearch.github.io/Radlibrary/, https://github.com/facebookresearch/Radlibrary