-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.36 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
Package: nascaR.data
Title: NASCAR Race Data
Version: 2.1.0
Authors@R:
c(
person(
given = "Kyle",
family = "Grealis",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9223-8854")
),
person(
given = "Gabriel",
family = "Odom",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1341-4555")
)
)
Maintainer: Kyle Grealis <[email protected]>
Description: A collection of NASCAR race, driver, owner and manufacturer data across the three major NASCAR divisions: NASCAR Cup Series, NASCAR Xfinity Series, and NASCAR Craftsman Truck Series. The curated data begins with the 1949 season and extends through the end of the 2024 season. Explore race, season, or career performance for drivers, teams, and manufacturers throughout NASCAR's history. Data was sourced with permission from DriverAverages.com.
LazyData: true
License: GPL (>= 3)
Depends: R (>= 3.5.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
glue,
purrr,
rlang,
rvest,
stringdist,
stringr
Suggests:
roxygen2,
scales
URL: https://kylegrealis.github.io/nascaR.data/
BugReports: https://github.com/kyleGrealis/nascaR.data/issues