Package: NFLSimulatoR
Type: Package
Title: Simulating Plays and Drives in the NFL
Version: 0.2
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
LazyData: true
Depends: R (>= 3.5.0)
RoxygenNote: 7.1.1
URL: https://github.com/rtelmore/NFLSimulatoR/
BugReports: https://github.com/rtelmore/NFLSimulatoR/issues/
NeedsCompilation: no
Packaged: 2020-12-01 18:15:38 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: 2020-12-01 18:50:02 UTC
