Package: scryr Title: An Interface to the 'Scryfall' API Version: 1.0.0.9000 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 . 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Config/pak/sysreqs: libssl-dev Repository: https://curso-r.r-universe.dev Date/Publication: 2022-01-28 20:34:46 UTC RemoteUrl: https://github.com/curso-r/scryr RemoteRef: HEAD RemoteSha: 87d2f225095d1c7cf8fb5795f1831dd16f9c0bb1 NeedsCompilation: no Packaged: 2026-07-05 00:58:49 UTC; root Author: Caio Lente [aut, cre] (ORCID: ), Scryfall [cph], Wizards of the Coast [cph], Curso-R [cph, fnd] Maintainer: Caio Lente