forked from SCasanova/f1dataR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 886 Bytes
/
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
Package: f1dataR
Title: F1 Data in R
Version: 0.3.8
Authors@R:
person(given = "Santiago",
family = "Casanova",
role = c("aut", "cre", "cph"),
email = "[email protected]")
Description: A collection of funtions that wrap Ergast API Formula 1 data and F1 offial data via the fastf1 python library.
Config/reticulate:
list(
packages = list(
list(package = "fastf1", pip = TRUE)
)
)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 2.10),
reticulate
Imports:
glue,
magrittr,
tibble,
jsonlite,
httr
Suggests:
rmarkdown,
knitr,
memoise,
tidyverse
VignetteBuilder: knitr
URL: https://scasanova.github.io/f1dataR, https://github.com/scasanova/f1dataR
BugReports: https://github.com/scasanova/f1dataR/issues