Package: rtoot Title: Collecting and Analyzing Mastodon Data Version: 1.0.0 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: . License: MIT + file LICENSE URL: https://gesistsa.github.io/rtoot/, https://github.com/gesistsa/rtoot/ BugReports: https://github.com/gesistsa/rtoot/issues Depends: R (>= 4.2) Imports: cli, clipr, curl, dplyr, httr2, jsonlite, methods, tibble Suggests: knitr, rmarkdown, rstudioapi, testthat (>= 3.0.0), vcr (>= 0.6.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libssl-dev libx11-dev Repository: https://gesistsa.r-universe.dev Date/Publication: 2026-02-22 18:55:44 UTC RemoteUrl: https://github.com/gesistsa/rtoot RemoteRef: HEAD RemoteSha: f78435bf7bdc1026d5b8b8919be486e83e0b3761 NeedsCompilation: no Packaged: 2026-06-22 09:55:37 UTC; root Author: David Schoch [aut, cre] (ORCID: ), Chung-hong Chan [aut] (ORCID: ), Johannes Gruber [ctb] (ORCID: ), Tim Schatto-Eckrodt [ctb] (ORCID: ), Lluís Revilla Sancho [aut] (ORCID: ) Maintainer: David Schoch