Package: riotr
Title: Interact with the 'Riot Games API'
Version: 0.0.0.9000
Authors@R:
person(given = "Christopher T.",
family = "Kenny",
role = c("aut", "cre"),
email = "ctkenny@proton.me",
comment = c(ORCID = "0000-0002-9386-6860"))
Description: Download and read data from the Riot Games Developer API
(). Provides functions for
all primary endpoints, including League of Legends, Teamfight
Tactics, Legends of Runeterra, and Valorant.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports: cli, dplyr, httr2, purrr, tibble
Suggests: testthat (>= 3.0.0), vcr (>= 2.0.0), withr
Depends: R (>= 4.1.0)
Config/testthat/edition: 3
URL: https://github.com/christopherkenny/riotr
Config/pak/sysreqs: libssl-dev
Repository: https://christopherkenny.r-universe.dev
Date/Publication: 2026-06-29 02:43:46 UTC
RemoteUrl: https://github.com/christopherkenny/riotr
RemoteRef: HEAD
RemoteSha: 439fd13212714776036e3a7d1ddb8055b45cac16
NeedsCompilation: no
Packaged: 2026-06-29 05:40:16 UTC; root
Author: Christopher T. Kenny [aut, cre] (ORCID:
)
Maintainer: Christopher T. Kenny