forked from maksimhorowitz/nflscrapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.7 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
Package: nflscrapR
Title: Compiling the NFL Play-by-Play API for easy use in R
Version: 1.8.3
Authors@R: c(
person("Maksim", "Horowitz", role = c("aut", "cre"), email = "[email protected]"),
person("Ron", "Yurko", role = c("aut"), email = "[email protected]"),
person("Samuel", "Ventura", role = c("aut"), email = "[email protected]"),
person("Rishav", "Dutta", role = c("ctb"), email = "[email protected]"))
Maintainer: Ron Yurko <[email protected]>
Description: This package allows data driven sports enthusiasts to use the NFL JSON API data
to perform detailed analysis at game, season, and player levels. The functions within
this package help parse and clean the data from NFL.com for R users. This package was
built to enhance advanced sports analytics research specifically for American football
with the hopes of developing metrics and insights that could potentially be useful for
professional NFL teams as well as the public.
Depends: R (>= 3.5.0),
nnet (>= 7.3.12),
magrittr
Imports: RJSONIO (>= 1.3.0),
RCurl (>= 1.95.4.11),
stringr (>= 1.3.1),
lubridate (>= 1.7.4),
dplyr (>= 0.7.7),
reshape (>= 0.8.7),
reshape2 (>= 1.4.3),
scrapeR (>= 0.1.6),
DT (>= 0.4),
gridExtra (>= 2.3),
mgcv (>= 1.8.23),
rvest (>= 0.3.2),
purrr (>= 0.2.5),
xml2 (>= 1.2.0),
assertthat (>= 0.2.0),
tidyr (>= 0.8.1)
Suggests: testthat,
knitr,
rmarkdown
License: CC0
URL: https://github.com/maksimhorowitz/nflscrapR
BugReports: https://github.com/maksimhorowitz/nflscrapR/issues
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr