Package: atrrr Title: Wrapper for the 'AT' Protocol Behind 'Bluesky' Version: 0.2.0.9000 Authors@R: c(person(given = "Johannes B.", family = "Gruber", email = "JohannesB.Gruber@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9177-1772")), person(given = "Benjamin", family = "Guinaudeau", email = "benjamin.guinaudeau@uni-konstanz.de", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-7206-6875")), person(given = "Fabio", family = "Votta", email = "fabio.votta@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-3143-5942")), person(given = "Nicholas", family = "Erskine", email = "nicholas.erskine95@gmail.com", role = c("ctb"))) Description: Wraps the 'AT' Protocol (Authenticated Transfer Protocol) behind 'Bluesky' . Functions can be used for, among others, retrieving posts and followers from the network or posting content. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: cli, glue, httr2 (>= 1.0.0), methods, purrr, rlang, stringr, snakecase, tibble, utils, lifecycle Depends: R (>= 4.2.0) LazyData: true Suggests: askpass, av, curl, dplyr, forcats, ggplot2, ggraph, igraph, jsonlite, libipldr, magick, mime, knitr, rmarkdown, testthat (>= 3.0.0), tidygraph, webshot2 Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://jbgruber.github.io/atrrr/, https://github.com/JBGruber/atrrr BugReports: https://github.com/JBGruber/atrrr/issues Config/roxygen2/version: 8.0.0 Repository: https://jbgruber.r-universe.dev Date/Publication: 2026-06-07 07:13:24 UTC RemoteUrl: https://github.com/jbgruber/atrrr RemoteRef: HEAD RemoteSha: d3f4bcb6fc3accd2de2792a7a8db36d630c892e6 NeedsCompilation: no Packaged: 2026-06-07 11:12:12 UTC; root Author: Johannes B. Gruber [aut, cre] (ORCID: ), Benjamin Guinaudeau [aut, ctb] (ORCID: ), Fabio Votta [aut, ctb] (ORCID: ), Nicholas Erskine [ctb] Maintainer: Johannes B. Gruber