Package: NFLSimulatoR
Type: Package
Title: Simulating Plays and Drives in the NFL
Version: 0.4.0
Authors@R: c(
    person("Ryan", "Elmore", email = "Ryan.Elmore@du.edu", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-0092-4532")),
    person("Ben", "Williams", email = "Benjamin.Williams@du.edu", role = "aut", comment = c(ORCID = "0000-0001-8474-5066")),
    person("Will", "Palmquist", email = "Will.Palmquist@du.edu", role = "aut", comment = c(ORCID = "0000-0002-6100-0923")))
Maintainer: Ryan Elmore <Ryan.Elmore@du.edu>
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
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
NeedsCompilation: no
Packaged: 2022-08-19 13:50:59 UTC; Ryan
Author: Ryan Elmore [cre, aut] (<https://orcid.org/0000-0002-0092-4532>),
  Ben Williams [aut] (<https://orcid.org/0000-0001-8474-5066>),
  Will Palmquist [aut] (<https://orcid.org/0000-0002-6100-0923>)
Repository: CRAN
Date/Publication: 2022-08-19 14:00:05 UTC
Built: R 4.4.3; ; 2025-11-01 05:48:07 UTC; windows
