-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
52 lines (52 loc) · 1.48 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
45
46
47
48
49
50
51
52
Package: nflreadr
Title: Download 'nflverse' Data
Version: 1.4.1.06
Authors@R: c(
person("Tan", "Ho", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8388-5155")),
person("Sebastian", "Carl", , "[email protected]", role = "aut"),
person("John", "Edwards", , "[email protected]", role = "ctb"),
person("Ben", "Baldwin", , "[email protected]", role = "ctb"),
person("Thomas", "Mock", role = "ctb"),
person("Lee", "Sharpe", role = "ctb"),
person("Pranav", "Rajaram", , "[email protected]", role = "ctb")
)
Description: A minimal package for downloading data from 'GitHub'
repositories of the 'nflverse' project.
License: MIT + file LICENSE
URL: https://nflreadr.nflverse.com, https://github.com/nflverse/nflreadr
BugReports: https://github.com/nflverse/nflreadr/issues
Depends:
R (>= 3.6.0)
Imports:
cachem (>= 1.0.0),
cli (>= 3.0.0),
curl (>= 4.3.0),
data.table (>= 1.14.0),
glue (>= 1.4.0),
memoise (>= 2.0.0),
methods,
rappdirs (>= 0.3.0),
rlang (>= 0.4.10),
tools,
utils
Suggests:
arrow (>= 6.0.0),
covr (>= 3.0.0),
DT (>= 0.15.0),
fs (>= 1.5.0),
gh (>= 1.0.0),
knitr (>= 1.0.0),
piggyback (>= 0.1.2),
progressr (>= 0.8.0),
qs (>= 0.24.0),
rmarkdown (>= 2.6.0),
stringi,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2