-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
33 lines (33 loc) · 1.26 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
Package: rtoot
Title: Collecting and Analyzing Mastodon Data
Version: 0.3.5.9000
Authors@R:
c(person("David", "Schoch", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")),
person("Chung-hong", "Chan", ,"[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-6232-7530")),
person("Johannes", "Gruber", ,"[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-9177-1772")),
person("Tim", "Schatto-Eckrodt", ,"[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0003-1658-4373")))
Description: An implementation of calls designed to collect and organize Mastodon data via its Application Program Interfaces (API), which can be found at the following URL: <https://docs.joinmastodon.org/>.
License: MIT + file LICENSE
URL: https://gesistsa.github.io/rtoot/, https://github.com/gesistsa/rtoot/
BugReports: https://github.com/gesistsa/rtoot/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.6)
Imports:
clipr,
curl,
dplyr,
httr,
jsonlite,
methods,
tibble
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
rstudioapi,
vcr (>= 0.6.0)
VignetteBuilder: knitr
Config/testthat/edition: 3