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 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) . 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 Config/pak/sysreqs: make libicu-dev libssl-dev Repository: https://rtelmore.r-universe.dev Date/Publication: 2022-08-19 13:48:30 UTC RemoteUrl: https://github.com/rtelmore/nflsimulator RemoteRef: HEAD RemoteSha: 44ccf3e55bfee36e54e5868f8d6236306d2f7eec NeedsCompilation: no Packaged: 2026-06-18 10:55:16 UTC; root Author: Ryan Elmore [cre, aut] (ORCID: ), Ben Williams [aut] (ORCID: ), Will Palmquist [aut] (ORCID: )