-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.63 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
Package: rtoot
Title: Collecting and Analyzing Mastodon Data
Version: 0.3.5
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
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
NeedsCompilation: no
Packaged: 2024-10-30 08:57:29 UTC; david
Author: David Schoch [aut, cre] (<https://orcid.org/0000-0003-2952-4812>),
Chung-hong Chan [aut] (<https://orcid.org/0000-0002-6232-7530>),
Johannes Gruber [ctb] (<https://orcid.org/0000-0001-9177-1772>),
Tim Schatto-Eckrodt [ctb] (<https://orcid.org/0000-0003-1658-4373>)
Maintainer: David Schoch <[email protected]>
Repository: CRAN
Date/Publication: 2024-10-30 09:30:01 UTC