Package: scryr
Title: An Interface to the 'Scryfall' API
Version: 1.0.0
Authors@R: c(
    person("Caio", "Lente", , "clente@curso-r.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-8473-069X")),
    person("Scryfall", role = "cph"),
    person("Wizards of the Coast", role = "cph"),
    person("Curso-R", role = c("cph", "fnd"))
  )
Description: A simple, light, and robust interface between R and
    the 'Scryfall' card data API <https://scryfall.com/docs/api>.
License: MIT + file LICENSE
URL: https://curso-r.github.io/scryr/, https://github.com/curso-r/scryr
Imports: dplyr, httr, purrr, tibble
Suggests: covr, httptest, knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-27 14:21:11 UTC; clente
Author: Caio Lente [aut, cre] (<https://orcid.org/0000-0001-8473-069X>),
  Scryfall [cph],
  Wizards of the Coast [cph],
  Curso-R [cph, fnd]
Maintainer: Caio Lente <clente@curso-r.com>
Repository: CRAN
Date/Publication: 2022-01-28 08:20:05 UTC
Built: R 4.5.2; ; 2025-11-01 02:55:21 UTC; windows
