-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
44 lines (44 loc) · 940 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
41
42
43
44
Package: Radlibrary
Title: Facebook Ad Library API Tool
Version: 0.5.0
Authors@R:
c(person(given = "Colin",
family = "Fraser",
role = c("aut", "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,
magrittr,
jsonlite,
tibble,
glue,
purrr,
keyring,
getPass,
rstudioapi,
tidyr,
rlang
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
dplyr,
lubridate,
fs,
readr,
vctrs,
tidyselect
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://facebookresearch.github.io/Radlibrary/
BugReports: https://github.com/facebookresearch/Radlibrary/issues
Config/testthat/edition: 3