-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 920 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
39
Package: nflverse.players
Title: Create 'nflverse' Players Data
Version: 0.0.2
Authors@R: c(
person("Sebastian", "Carl", , "mrcaseb@gmail.com", role = c("aut", "cre")),
person("Tan", "Ho", , "tan@tanho.ca", role = "aut",
comment = c(ORCID = "0000-0001-8388-5155"))
)
Description: Maintain nflverse Players Data.
License: MIT + file LICENSE
URL: https://github.com/nflverse/nflverse.players
BugReports: https://github.com/nflverse/nflverse.players/issues
Imports:
cli,
curl,
data.table,
dplyr,
httr2,
janitor,
jsonlite,
nflapi,
nflreadr,
nflversedata,
purrr,
rlang,
tibble,
tidyr,
tidyselect,
xml2
Suggests:
testthat (>= 3.0.0)
Remotes:
nflapi=nflverse/nflapi,
nflversedata=nflverse/nflverse-data,
nflreadr=nflverse/nflreadr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2