Package: rtoot
Title: Collecting and Analyzing Mastodon Data
Version: 0.3.6
Authors@R: c(
    person("David", "Schoch", , "david@schochastics.net", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2952-4812")),
    person("Chung-hong", "Chan", , "chainsawtiney@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-6232-7530")),
    person("Johannes", "Gruber", , "JohannesB.Gruber@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0001-9177-1772")),
    person("Tim", "Schatto-Eckrodt", , "kudusch@posteo.de", role = "ctb",
           comment = c(ORCID = "0000-0003-1658-4373")),
    person("Lluís", "Revilla Sancho", , "lluis.revilla@gmail.com", role = c("aut"),
           comment = c(ORCID = "0000-0001-9747-2570"))
  )
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
Depends: R (>= 3.6)
Imports: cli, clipr, curl, dplyr, httr, jsonlite, methods, tibble
Suggests: knitr, rmarkdown, rstudioapi, testthat (>= 3.0.0), vcr (>=
        0.6.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-07-24 19:41:20 UTC; david
Author: David Schoch [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-2952-4812>),
  Chung-hong Chan [aut] (ORCID: <https://orcid.org/0000-0002-6232-7530>),
  Johannes Gruber [ctb] (ORCID: <https://orcid.org/0000-0001-9177-1772>),
  Tim Schatto-Eckrodt [ctb] (ORCID:
    <https://orcid.org/0000-0003-1658-4373>),
  Lluís Revilla Sancho [aut] (ORCID:
    <https://orcid.org/0000-0001-9747-2570>)
Maintainer: David Schoch <david@schochastics.net>
Repository: CRAN
Date/Publication: 2025-07-24 20:10:11 UTC
Built: R 4.5.2; ; 2025-11-08 04:11:00 UTC; windows
