-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·45 lines (45 loc) · 1.05 KB
/
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
45
Package: rtweettree
Title: Scrape and visualize a tweet and all available replies, quotes and likes via the rtweet package
Version: 0.0.1
Authors@R:
person(given = "Urs",
family = "Wilke",
role = c("aut", "cre"),
# comment = c(ORCID = " 0000-0001-7257-2524"),
email = "urs.wilke@gmail.com"
)
Description: Recursively scrape and visualize a tweet and all available replies, quotes and likes via the rtweet package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
ggforce,
ggiraph,
ggraph,
vdiffr,
covr
VignetteBuilder: knitr
Imports:
rtweet,
magrittr,
dplyr,
stringr,
purrr,
rlang,
tibble,
tidygraph,
glue,
tidyr,
htmlwidgets,
htmltools,
magick,
ggplot2
RoxygenNote: 7.1.2
BugReports: https://github.com/urswilke/rtweettree/issues
URL: https://github.com/urswilke/rtweettree, https://urswilke.github.io/rtweettree/
Depends:
R (>= 2.10)
Config/testthat/edition: 3