Package: atrrr
Title: Wrapper for the 'AT' Protocol Behind 'Bluesky'
Version: 0.1.1
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' <https://bsky.social>. Functions can be used for, among others, 
    retrieving posts and followers from the network or posting content.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cli, glue, httr2 (>= 1.0.0), methods, purrr, rlang, stringr,
        snakecase, tibble, utils
Depends: R (>= 4.2.0)
LazyData: true
Suggests: askpass, av, curl, dplyr, forcats, ggplot2, ggraph, igraph,
        jsonlite, 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
NeedsCompilation: no
Packaged: 2025-07-22 13:08:22 UTC; johannes
Author: Johannes B. Gruber [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-9177-1772>),
  Benjamin Guinaudeau [aut, ctb] (ORCID:
    <https://orcid.org/0000-0001-7206-6875>),
  Fabio Votta [aut, ctb] (ORCID: <https://orcid.org/0000-0002-3143-5942>),
  Nicholas Erskine [ctb]
Maintainer: Johannes B. Gruber <JohannesB.Gruber@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-22 14:03:30 UTC
Built: R 4.6.0; ; 2025-11-13 04:15:30 UTC; windows
