-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 1.4 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
Package: NFLSimulatoR
Type: Package
Title: Simulating Plays and Drives in the NFL
Version: 0.4.0
Authors@R: c(
person("Ryan", "Elmore", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-0092-4532")),
person("Ben", "Williams", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-8474-5066")),
person("Will", "Palmquist", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-6100-0923")))
Maintainer: Ryan Elmore <[email protected]>
Description: The intent here is to enable the simulation of plays/drives and
evaluate game-play strategies in the National Football League (NFL).
Built-in strategies include going for it on fourth down and varying the
proportion of passing/rushing plays during a drive. The user should be
familiar with nflscrapR data before trying to write his/her own
strategies. This work is inspired by a blog post by Mike Lopez,
currently the Director of Data and Analytics at the NFL, Lopez (2019) <https://statsbylopez.netlify.app/post/resampling-nfl-drives/>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
data.table,
progress,
nflfastR
LazyData: true
Depends:
R (>= 3.5.0)
RoxygenNote: 7.2.1
URL: https://github.com/rtelmore/NFLSimulatoR/
BugReports: https://github.com/rtelmore/NFLSimulatoR/issues/
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr