-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
executable file
·42 lines (42 loc) · 974 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
Package: tiktokr
Title: Provides access to unofficial TikTok API
Version: 0.0.0.9000
Authors@R:
c(person(given = "Benjamin",
family = "Guinaudeau",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7206-6875")),
person(given = "Fabio",
family = "Votta",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3143-5942")))
Description: The goal of `tiktokr` is to provide a scraper for the video-sharing social networking service TikTok.
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
magrittr,
reticulate,
dplyr,
purrr,
jsonlite,
readr,
rlist,
stringr
Suggests:
testthat,
covr,
knitr,
rmarkdown,
ggplot2,
janitor,
lubridate,
kableExtra,
tidyr,
forcats
VignetteBuilder: knitr
Depends:
R (>= 2.10)