-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
48 lines (48 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: f1dataR
Title: Access Formula 1 Data
Version: 1.6.0.9000
Authors@R: c(
person("Santiago", "Casanova", , "[email protected]", role = c("aut", "cre", "cph")),
person("Philip", "Bulsink", , "[email protected]", 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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
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