-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
57 lines (57 loc) · 1.39 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
46
47
48
49
50
51
52
53
54
55
56
57
Package: vosonSML
Version: 0.35.0
Title: Collecting Social Media Data and Generating Networks for Analysis
Description: A suite of easy to use functions for collecting social media
data and generating networks for analysis. Supports Mastodon, YouTube,
Reddit and Web 1.0 data sources.
Type: Package
Imports:
data.table,
dplyr (>= 1.0),
httr2,
jsonlite,
lubridate,
methods,
purrr,
rlang (>= 1.0),
stringr,
textutils,
tidyr,
tibble
Suggests:
glue,
igraph (>= 1.2.2),
knitr,
readr,
rmarkdown,
robotstxt,
rtoot,
rvest,
stringi,
testthat,
urltools,
vctrs,
xml2
Depends: R (>= 4.1)
Encoding: UTF-8
Authors@R: c(
person("Bryan", "Gertzel",
email = "[email protected]",
role = c("aut", "cre")),
person("Robert", "Ackland",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-0008-1766")),
person("Timothy", "Graham",
role = "aut",
comment = c(ORCID = "0000-0002-4053-9313")),
person("Francisca", "Borquez",
role = "ctb"))
Maintainer: Bryan Gertzel <[email protected]>
License: GPL (>= 3)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
NeedsCompilation: no
VignetteBuilder: knitr
URL: https://vosonlab.github.io/vosonSML
BugReports: https://github.com/vosonlab/vosonSML/issues