-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.14 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
Package: nflfastr.data
Title: Data repository of player-level game data
Version: 0.0.1
Authors@R:
c(person(given = "Ben",
family = "Baldwin",
role = c("aut")),
person(given = "Sebastian",
family = "Carl",
role = c("aut")),
person(given = "Tan",
family = "Ho",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8388-5155"))
)
Description: What the package does (one paragraph).
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
nflfastR (>= 4.1.0),
nflreadr (>= 1.1.0),
cli (>= 3.0.0),
arrow (>= 5.0.0),
qs (>= 0.24.1),
callr (>= 3.7.0),
readr (>= 2.0.0),
dplyr (>= 1.0.7),
gsisdecoder,
magrittr (>= 2.0.1),
future (>= 1.21.0),
furrr (>= 0.2.2),
future.mirai (>= 0.2.2),
glue (>= 1.4.2),
waldo (>= 0.4.0)
Remotes:
nflverse/nflfastR,
nflverse/nflreadr,
nflverse/nflverse-data
URL: https://github.com/nflverse/nflfastr.data
BugReports: https://github.com/nflverse/nflfastr.data/issues