Package: f1dataR Title: Access Formula 1 Data Version: 2.0.2 Authors@R: c( person("Santiago", "Casanova", , "santiago.casanova@yahoo.com", role = c("aut", "cre", "cph")), person("Philip", "Bulsink", , "bulsinkp@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9668-2429")) ) Description: Obtain Formula 1 data via the 'Jolpica API' and the unofficial API via the 'fastf1' 'Python' library . Config/reticulate: list( packages = list( list(package = "fastf1", pip = TRUE) ) ) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 3.5.0), reticulate (>= 1.46) Imports: glue, magrittr, tibble, jsonlite, httr2, memoise, janitor, dplyr, tidyr, rlang, lifecycle, cli, rappdirs, cachem, withr Suggests: ggplot2, httptest2, knitr, rmarkdown, testthat (>= 3.0.0), vcr VignetteBuilder: knitr URL: https://scasanova.github.io/f1dataR/, https://github.com/SCasanova/f1dataR BugReports: https://github.com/SCasanova/f1dataR/issues Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libpng-dev libssl-dev python3 Repository: https://scasanova.r-universe.dev Date/Publication: 2026-04-28 00:04:19 UTC RemoteUrl: https://github.com/scasanova/f1datar RemoteRef: HEAD RemoteSha: 7ee72b471f4199bb5f57a78b83787138475601a6 NeedsCompilation: no Packaged: 2026-07-04 11:48:04 UTC; root Author: Santiago Casanova [aut, cre, cph], Philip Bulsink [aut] (ORCID: ) Maintainer: Santiago Casanova