{
  "_id": "6a1ef850b401979e73417c5c",
  "Package": "NFLSimulatoR",
  "Type": "Package",
  "Title": "Simulating Plays and Drives in the NFL",
  "Version": "0.4.0",
  "Authors@R": "c(\nperson(\"Ryan\", \"Elmore\", email = \"Ryan.Elmore@du.edu\", role = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0002-0092-4532\")),\nperson(\"Ben\", \"Williams\", email = \"Benjamin.Williams@du.edu\", role = \"aut\", comment = c(ORCID = \"0000-0001-8474-5066\")),\nperson(\"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\nplays/drives and evaluate game-play strategies in the National\nFootball League (NFL). Built-in strategies include going for it\non fourth down and varying the proportion of passing/rushing\nplays during a drive. The user should be familiar with\nnflscrapR data before trying to write his/her own strategies.\nThis work is inspired by a blog post by Mike Lopez, currently\nthe Director of Data and Analytics at the NFL, Lopez (2019)\n<https://statsbylopez.netlify.app/post/resampling-nfl-drives/>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.1",
  "URL": "https://github.com/rtelmore/NFLSimulatoR/",
  "BugReports": "https://github.com/rtelmore/NFLSimulatoR/issues/",
  "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": {
    "Date": "2026-05-19 06:04:55 UTC",
    "User": "root"
  },
  "Author": "Ryan Elmore [cre, aut] (ORCID: <https://orcid.org/0000-0002-0092-4532>),\nBen Williams [aut] (ORCID: <https://orcid.org/0000-0001-8474-5066>),\nWill Palmquist [aut] (ORCID: <https://orcid.org/0000-0002-6100-0923>)",
  "MD5sum": "9256454d7110bb25bc6ce3bc990e6ba7",
  "_user": "rtelmore",
  "_type": "src",
  "_file": "NFLSimulatoR_0.4.0.tar.gz",
  "_fileid": "7e926b1b696041faea406563686a00b88f46fdbd04332559046a09f13941a14c",
  "_filesize": 176032,
  "_sha256": "7e926b1b696041faea406563686a00b88f46fdbd04332559046a09f13941a14c",
  "_created": "2026-05-19T06:04:55.000Z",
  "_published": "2026-06-02T15:35:44.079Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79109612826,
      "time": 137,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7076055956"
    },
    {
      "job": 79109613701,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7076054182"
    },
    {
      "job": 79109612754,
      "time": 170,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7076056719"
    },
    {
      "job": 79109612908,
      "time": 162,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7076046789"
    },
    {
      "job": 79109612303,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7076024367"
    },
    {
      "job": 79109611746,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7362438874"
    },
    {
      "job": 79109613274,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7076042150"
    },
    {
      "job": 79109613653,
      "time": 69,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7076040117"
    },
    {
      "job": 79109612923,
      "time": 74,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7076041533"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/rtelmore/nflsimulator",
  "_commit": {
    "id": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
    "author": "Ryan Elmore <Ryan.Elmore@du.edu>",
    "committer": "Ryan Elmore <Ryan.Elmore@du.edu>",
    "message": "fixed link in readme\n",
    "time": 1660916910
  },
  "_maintainer": {
    "name": "Ryan Elmore",
    "email": "ryan.elmore@du.edu",
    "login": "rtelmore",
    "orcid": "0000-0002-0092-4532",
    "description": "",
    "uuid": 352101
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "progress",
      "role": "Imports"
    },
    {
      "package": "nflfastR",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "rtelmore",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 18,
  "_contributors": [
    {
      "user": "rtelmore",
      "count": 142,
      "uuid": 352101
    },
    {
      "user": "williamsbenjamin",
      "count": 45,
      "uuid": 26580382
    },
    {
      "user": "willpalmquist",
      "count": 4,
      "uuid": 47018010
    }
  ],
  "_userbio": {
    "uuid": 352101,
    "type": "user",
    "name": "Ryan Elmore"
  },
  "_downloads": {
    "count": 264,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/NFLSimulatoR"
  },
  "_devurl": "https://github.com/rtelmore/nflsimulator",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/NFLSimulatoR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rtelmore/nflsimulator",
  "_realowner": "rtelmore",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-11-23"
    },
    {
      "version": "0.2",
      "date": "2020-12-01"
    },
    {
      "version": "0.2.1",
      "date": "2020-12-08"
    },
    {
      "version": "0.3.0",
      "date": "2021-01-06"
    },
    {
      "version": "0.4.0",
      "date": "2022-08-19"
    }
  ],
  "_exports": [
    "down_distance_updater",
    "expected_pts_fourth",
    "prep_pbp_data",
    "sample_drives",
    "sample_fourth_down_strategy",
    "sample_passes_rushes_strategy",
    "sample_play"
  ],
  "_help": [
    {
      "page": "down_distance_updater",
      "title": "Update the down and distance of a drive",
      "topics": [
        "down_distance_updater"
      ]
    },
    {
      "page": "expected_pts_fourth",
      "title": "Decision for 4th downs based on expected points",
      "topics": [
        "expected_pts_fourth"
      ]
    },
    {
      "page": "prep_pbp_data",
      "title": "Add necessary columns to nflscrapR data",
      "topics": [
        "prep_pbp_data"
      ]
    },
    {
      "page": "sample_drives",
      "title": "Sample a Series of Drives, a strategy to test verses the normal strategy",
      "topics": [
        "sample_drives"
      ]
    },
    {
      "page": "sample_fourth_down_strategy",
      "title": "Sample NFL play-by-play data with a specified 4th down strategy",
      "topics": [
        "sample_fourth_down_strategy"
      ]
    },
    {
      "page": "sample_passes_rushes_strategy",
      "title": "Sample NFL play-by-play data with a specified blend of rushing and passing",
      "topics": [
        "sample_passes_rushes_strategy"
      ]
    },
    {
      "page": "sample_play",
      "title": "Sample one NFL play according to some strategy",
      "topics": [
        "sample_play"
      ]
    }
  ],
  "_readme": "https://github.com/rtelmore/nflsimulator/raw/HEAD/README.md",
  "_rundeps": [
    "cachem",
    "cli",
    "codetools",
    "cpp11",
    "crayon",
    "curl",
    "data.table",
    "digest",
    "dplyr",
    "fastmap",
    "fastrmodels",
    "furrr",
    "future",
    "generics",
    "globals",
    "glue",
    "hms",
    "janitor",
    "jsonlite",
    "lattice",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "Matrix",
    "memoise",
    "mgcv",
    "nflfastR",
    "nflreadr",
    "nlme",
    "parallelly",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "progressr",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "snakecase",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr",
    "xgboost"
  ],
  "_vignettes": [
    {
      "source": "nflsimulator-basics.Rmd",
      "filename": "nflsimulator-basics.html",
      "title": "Basic Functionality in NFLSimulator",
      "author": "Will Palmquist",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Downloading and Prepping the Data",
        "Basic Sample Play",
        "Sample Play Specified Pass/Rush Blend",
        "Sample Play Fourth Down Strategies",
        "Sample Drives Function"
      ],
      "created": "2021-01-01 19:52:41",
      "modified": "2022-08-17 15:33:55",
      "commits": 3
    },
    {
      "source": "nflsimulator-generate-drives.Rmd",
      "filename": "nflsimulator-generate-drives.html",
      "title": "Generating a Series of Drives in NFLSimulatoR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Downloading and Prepping the Data",
        "Simulating Drives based on Pass Proportion",
        "Simulating Drives based on Fourth Down Strategies",
        "Adding a Layer to the Passes Rushes Simulations",
        "Downloading and filtering data based on team Passer Rating (RTG)",
        "Running the RTG Simulations"
      ],
      "created": "2021-01-31 20:35:55",
      "modified": "2022-08-17 15:33:55",
      "commits": 4
    }
  ],
  "_score": 5.556302500767288,
  "_indexed": true,
  "_nocasepkg": "nflsimulator",
  "_universes": [
    "rtelmore"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-19T06:07:12.000Z",
      "distro": "noble",
      "commit": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
      "fileid": "a9d67e3dbe30028ae17df5f19f65f89c96c26f98c1aef34045bff0ecf1c7e167",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.0",
      "date": "2026-05-19T06:07:07.000Z",
      "distro": "noble",
      "commit": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
      "fileid": "293a54660fecef18177ebcd94770848a353853d24bd6616bdb24db5d455a1829",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-19T06:07:18.000Z",
      "commit": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
      "fileid": "2ed213662637581d89e3a84855ebe78e1248cc591dab7e5581430b897f3cb458",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.0",
      "date": "2026-05-19T06:06:37.000Z",
      "commit": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
      "fileid": "115ca63ca4a69f592d6daa65dabe0da667f0cd4203c09cb25165cacc4d0ba133",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-19T06:06:09.000Z",
      "commit": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
      "fileid": "ac929b827105665fa9742be8e0fe2826c64532384442575bce534d3e16d0c3d7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-19T06:06:02.000Z",
      "commit": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
      "fileid": "0b8cbaae77ed42fd8ff158dab0fc3f4e7dbf0f67093e3795bc802670bc712b26",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.0",
      "date": "2026-05-19T06:06:03.000Z",
      "commit": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
      "fileid": "be90ec5b8b1cb1d69d1726ae5bd7147d346cb14b05acdc5dc72bcf021e1c97f4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.0",
      "date": "2026-06-02T15:35:14.000Z",
      "commit": "44ccf3e55bfee36e54e5868f8d6236306d2f7eec",
      "fileid": "06e62afd96d774e4e140707d7fc64c837b04f94052138f376036b5cf40044ccb",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rtelmore/actions/runs/26079359137"
    }
  ]
}