Package: trapinch
Title: Get Data from the PokéAPI Service
Version: 0.0.1
Authors@R:
person("Matt", "Dray", , "mwdray@gmail.com", role = c("aut", "cre"))
Description: Query version 2 of the RESTful PokéAPI
to return information about the Pokémon
game franchise, including moves, berries, items, locations,
etc.
License: MIT + file LICENSE
URL: https://github.com/matt-dray/trapinch
BugReports: https://github.com/matt-dray/trapinch/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports: curl, httr2
Suggests: covr, httptest2, knitr, rmarkdown, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
Depends: R (>= 4.1)
LazyData: true
VignetteBuilder: knitr
Config/pak/sysreqs: libssl-dev
Repository: https://matt-dray.r-universe.dev
Date/Publication: 2023-02-05 10:57:26 UTC
RemoteUrl: https://github.com/matt-dray/trapinch
RemoteRef: HEAD
RemoteSha: 8f56c016286e8fa5f590a492a0a43bf3364fe38d
NeedsCompilation: no
Packaged: 2026-06-15 10:11:00 UTC; root
Author: Matt Dray [aut, cre]
Maintainer: Matt Dray