Package: f1dataR
Title: Access Formula 1 Data
Version: 2.0.1
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' <https://jolpi.ca> and the unofficial API <https://www.formula1.com/en/timing/f1-live> via the 'fastf1' 'Python' library <https://docs.fastf1.dev/>.
Config/reticulate: list( packages = list( list(package = "fastf1", pip
        = TRUE) ) )
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0), reticulate (>= 1.14),
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),
VignetteBuilder: knitr
URL: https://scasanova.github.io/f1dataR/,
        https://github.com/SCasanova/f1dataR
BugReports: https://github.com/SCasanova/f1dataR/issues
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-03-27 00:55:31 UTC; pbulsink
Author: Santiago Casanova [aut, cre, cph],
  Philip Bulsink [aut] (<https://orcid.org/0000-0001-9668-2429>)
Maintainer: Santiago Casanova <santiago.casanova@yahoo.com>
Repository: CRAN
Date/Publication: 2025-03-27 04:00:07 UTC
Built: R 4.6.0; ; 2025-08-18 13:42:31 UTC; unix
