-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
38 lines (38 loc) · 888 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
38
Package: nflfastR.roster
Title: Populates Roster Data
Version: 0.0.2
Authors@R:
c(person(given = "Sebastian",
family = "Carl",
role = "aut"),
person(given = "Tan",
family = "Ho",
role = c("aut", "cre"),
email = "tan@tanho.ca",
comment = c(ORCID = "0000-0001-8388-5155")))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Imports:
arrow (>= 5.0.0),
cli (>= 3.0.1),
dplyr (>= 1.0.7),
glue (>= 1.4.2),
httr (>= 1.4.2),
jsonlite (>= 1.7.0),
lubridate (>= 1.7.10),
nflreadr (>= 1.1.1),
purrr (>= 0.3.4),
qs (>= 0.24.1),
readr (>= 2.0.0),
stringr (>= 1.4.0),
tidyr,
XML,
xml2
Remotes:
nflverse/nflreadr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2