{
  "_id": "6a2d035e3efcd9bda42e9d89",
  "Package": "espnscrapeR",
  "Type": "Package",
  "Title": "Scrapes Or Collects NFL Data From ESPN",
  "Version": "0.8.0",
  "Author": "Thomas Mock",
  "Maintainer": "Thomas Mock <j.thomasmock@gmail.com>",
  "Description": "Main use case is to collect ESPN QBR for NFL and college\nfootball. Alternative functions include getting NFL standings\nand scraping NFL season-level stats.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.1",
  "URL": "https://github.com/jthomasmock/espnscrapeR",
  "BugReports": "https://github.com/jthomasmock/espnscrapeR/issues",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libxml2-dev\nlibssl-dev libnode-dev libx11-dev",
  "Repository": "https://nflverse.r-universe.dev",
  "Date/Publication": "2024-02-05 17:51:06 UTC",
  "RemoteUrl": "https://github.com/jthomasmock/espnscrapeR",
  "RemoteRef": "HEAD",
  "RemoteSha": "790487f2b5cf243148ded112c5a6dc897aee7d74",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-13 07:11:31 UTC",
    "User": "root"
  },
  "MD5sum": "72a13597f000ef2e2a3e10acd719ae4f",
  "_user": "nflverse",
  "_type": "src",
  "_file": "espnscrapeR_0.8.0.tar.gz",
  "_fileid": "7a7eeaf76c3b475b538619a7bfbc4b5a3b9c537ff3e8df6ba778f8e64c41f854",
  "_filesize": 1416888,
  "_sha256": "7a7eeaf76c3b475b538619a7bfbc4b5a3b9c537ff3e8df6ba778f8e64c41f854",
  "_created": "2026-06-13T07:11:31.000Z",
  "_published": "2026-06-13T07:14:38.964Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81171827658,
      "time": 143,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7608505929"
    },
    {
      "job": 81171827693,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7608506727"
    },
    {
      "job": 81171827682,
      "time": 87,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7608499794"
    },
    {
      "job": 81171827668,
      "time": 99,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7608501293"
    },
    {
      "job": 81171643976,
      "time": 176,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7608487243"
    },
    {
      "job": 81171827669,
      "time": 129,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7608503943"
    },
    {
      "job": 81171827687,
      "time": 97,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7608499965"
    },
    {
      "job": 81171827681,
      "time": 108,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7608501476"
    },
    {
      "job": 81171827690,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7608499945"
    }
  ],
  "_buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jthomasmock/espnscrapeR",
  "_commit": {
    "id": "790487f2b5cf243148ded112c5a6dc897aee7d74",
    "author": "Thomas Mock <j.thomasmock@gmail.com>",
    "committer": "Thomas Mock <j.thomasmock@gmail.com>",
    "message": "simplify ranking\n",
    "time": 1707155466
  },
  "_maintainer": {
    "name": "Thomas Mock",
    "email": "j.thomasmock@gmail.com",
    "login": "jthomasmock",
    "mastodon": "@thomas_mock@fosstodon.org",
    "bluesky": "@themockup.blog",
    "twitter": "@thomas_mock",
    "description": "Product Manager at Posit PBC",
    "uuid": 29187501
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.0",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "janitor",
      "role": "Imports"
    },
    {
      "package": "readr",
      "role": "Imports"
    },
    {
      "package": "gt",
      "version": ">= 0.3",
      "role": "Imports"
    },
    {
      "package": "scales",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "jthomasmock",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 52,
  "_contributors": [
    {
      "user": "jthomasmock",
      "count": 121,
      "uuid": 29187501
    },
    {
      "user": "bmacgtpm",
      "count": 1,
      "uuid": 41492363
    },
    {
      "user": "colinifer",
      "count": 1,
      "uuid": 10606181
    },
    {
      "user": "tonyelhabr",
      "count": 1,
      "uuid": 15663460
    }
  ],
  "_userbio": {
    "uuid": 79467114,
    "type": "organization",
    "name": "nflverse",
    "description": "nflverse is a collection of data and R packages designed for NFL analytics!"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/espnscrapeR"
  },
  "_devurl": "https://github.com/jthomasmock/espnscraper",
  "_searchresults": 44,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/espnscrapeR.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "get_538_elo",
    "get_538_elo_historical",
    "get_athlete",
    "get_college_qbr",
    "get_depth_chart",
    "get_espn_win_prob",
    "get_espn_wr_metrics",
    "get_nfl_boxscore",
    "get_nfl_boxscore_players",
    "get_nfl_odds",
    "get_nfl_pbp",
    "get_nfl_qbr",
    "get_nfl_schedule",
    "get_nfl_standings",
    "get_nfl_teams",
    "get_sharpe_data",
    "gt_hulk_color",
    "gt_theme_538",
    "gt_theme_espn",
    "scrape_espn_stats",
    "scrape_espn_win_rate",
    "scrape_fpi",
    "scrape_nfl_standings",
    "scrape_nfl_weekly_standings",
    "scrape_superbowls",
    "scrape_team_stats_nfl",
    "scrape_weekly_leaders"
  ],
  "_help": [
    {
      "page": "get_538_elo",
      "title": "Get ELO ratings from FiveThirtyEight",
      "topics": [
        "get_538_elo"
      ]
    },
    {
      "page": "get_538_elo_historical",
      "title": "Get historical ELO ratings from FiveThirtyEight",
      "topics": [
        "get_538_elo_historical"
      ]
    },
    {
      "page": "get_athlete",
      "title": "Get ESPN athlete info for NFL players",
      "topics": [
        "get_athlete"
      ]
    },
    {
      "page": "get_college_qbr",
      "title": "Get ESPN QBR for College football",
      "topics": [
        "get_college_qbr"
      ]
    },
    {
      "page": "get_depth_chart",
      "title": "Get ESPN NFL depth chart by year and team",
      "topics": [
        "get_depth_chart"
      ]
    },
    {
      "page": "get_espn_win_prob",
      "title": "Get NFL in-game win probabilities for a specific game from ESPN",
      "topics": [
        "get_espn_win_prob"
      ]
    },
    {
      "page": "get_espn_wr_metrics",
      "title": "Get ESPN's WR metrics from FiveThirtyEight",
      "topics": [
        "get_espn_wr_metrics"
      ]
    },
    {
      "page": "get_nfl_boxscore",
      "title": "Get NFL boxscore for a specific game from ESPN's API",
      "topics": [
        "get_nfl_boxscore"
      ]
    },
    {
      "page": "get_nfl_boxscore_players",
      "title": "Get NFL boxscore for players for a specific game from ESPN's API",
      "topics": [
        "get_nfl_boxscore_players"
      ]
    },
    {
      "page": "get_nfl_odds",
      "title": "Get NFL odds for a specific game from ESPN's API",
      "topics": [
        "get_nfl_odds"
      ]
    },
    {
      "page": "get_nfl_pbp",
      "title": "Get NFL play-by-play for a specific game from ESPN's API",
      "topics": [
        "get_nfl_pbp"
      ]
    },
    {
      "page": "get_nfl_qbr",
      "title": "Get ESPN QBR for NFL football",
      "topics": [
        "get_nfl_qbr"
      ]
    },
    {
      "page": "get_nfl_qbr_helper",
      "title": "Get ESPN QBR for NFL football",
      "topics": [
        "get_nfl_qbr_helper"
      ]
    },
    {
      "page": "get_nfl_schedule",
      "title": "Get NFL schedule for a specific year from ESPN's API",
      "topics": [
        "get_nfl_schedule"
      ]
    },
    {
      "page": "get_nfl_standings",
      "title": "Get NFL standings for a specific season from ESPN's API",
      "topics": [
        "get_nfl_standings"
      ]
    },
    {
      "page": "get_nfl_teams",
      "title": "Return all NFL teams with their name, abbreviation,",
      "topics": [
        "get_nfl_teams"
      ]
    },
    {
      "page": "get_sharpe_data",
      "title": "Get some of Lee Sharpe's datasets from GitHub",
      "topics": [
        "get_sharpe_data"
      ]
    },
    {
      "page": "gt_hulk_color",
      "title": "Apply 'hulk' palette to specific columns in a gt table. The hulk names comes from the idea of a divergin purple and green theme that is colorblind safe and visually appealing. It is a useful alternative to the red/green palette.",
      "topics": [
        "gt_hulk_color"
      ]
    },
    {
      "page": "gt_theme_538",
      "title": "Apply FiveThirtyEight theme to a gt table",
      "topics": [
        "gt_theme_538"
      ]
    },
    {
      "page": "gt_theme_espn",
      "title": "Apply ESPN theme to a gt table",
      "topics": [
        "gt_theme_espn"
      ]
    },
    {
      "page": "scrape_espn_stats",
      "title": "Scrape NFL stats from ESPN",
      "topics": [
        "scrape_espn_stats"
      ]
    },
    {
      "page": "scrape_espn_win_rate",
      "title": "Scrape ESPN Pass/Run Block/Rush Win Rates ratings for a specific season from ESPN's site",
      "topics": [
        "scrape_espn_win_rate"
      ]
    },
    {
      "page": "scrape_fpi",
      "title": "Scrape ESPN FPI ratings for a specific season from ESPN's site",
      "topics": [
        "scrape_fpi"
      ]
    },
    {
      "page": "scrape_nfl_qbr",
      "title": "Scrape ESPN QBR for NFL football",
      "topics": [
        "scrape_nfl_qbr"
      ]
    },
    {
      "page": "scrape_nfl_standings",
      "title": "Scrape NFL standings for a specific season from ESPN's site",
      "topics": [
        "scrape_nfl_standings"
      ]
    },
    {
      "page": "scrape_nfl_weekly_standings",
      "title": "Scrape NFL weekly outcomes by week",
      "topics": [
        "scrape_nfl_weekly_standings"
      ]
    },
    {
      "page": "scrape_superbowls",
      "title": "Scrape NFL superbowl winners for all years",
      "topics": [
        "scrape_superbowls"
      ]
    },
    {
      "page": "scrape_team_stats_nfl",
      "title": "Scrape NFL stats from nfl.com at the team level.",
      "topics": [
        "scrape_team_stats_nfl"
      ]
    },
    {
      "page": "scrape_weekly_leaders",
      "title": "Scrape weekly NFL leaders stats from ESPN",
      "topics": [
        "scrape_weekly_leaders"
      ]
    }
  ],
  "_readme": "https://github.com/jthomasmock/espnscrapeR/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bigD",
    "bit",
    "bit64",
    "bitops",
    "bslib",
    "cachem",
    "cli",
    "clipr",
    "commonmark",
    "cpp11",
    "crayon",
    "curl",
    "digest",
    "dplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "gt",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httr",
    "janitor",
    "jquerylib",
    "jsonlite",
    "juicyjuice",
    "knitr",
    "labeling",
    "lifecycle",
    "litedown",
    "lubridate",
    "magrittr",
    "markdown",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "reactable",
    "reactR",
    "readr",
    "rlang",
    "rmarkdown",
    "rvest",
    "sass",
    "scales",
    "selectr",
    "snakecase",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "tinytex",
    "tzdb",
    "utf8",
    "V8",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "xfun",
    "xml2",
    "yaml"
  ],
  "_score": 4.535547279176668,
  "_indexed": false,
  "_nocasepkg": "espnscraper",
  "_universes": [
    "nflverse"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.0",
      "date": "2026-06-13T07:13:45.000Z",
      "distro": "noble",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "bf10ffeb46cb1e7a6747d4c6c989d0a719376757ff5ce1c024a7bb5b8549383a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.8.0",
      "date": "2026-06-13T07:13:49.000Z",
      "distro": "noble",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "182a6ce9c7c11ecb621b41a0322065c9cb39f5655e9281935b6ed06cc8c71f7b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.0",
      "date": "2026-06-13T07:13:05.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "a5e6283011fe295e74c250d00b4a64a9af76f9858022957c1cce79c5d713fd64",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.8.0",
      "date": "2026-06-13T07:13:14.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "a13c8c0ab371110f49d491d94d4b489aa744fb6e92c1910274ed450d5b1226af",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.0",
      "date": "2026-06-13T07:13:56.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "c042a7897b7f0d64add113426eb35d30c80ba78060fa0421714942f9613d4122",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-06-13T07:12:48.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "6cd5a2aaac4aad75a6058e2eca149e66aff55a6256018351710c19865fbcf143",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-06-13T07:13:01.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "949bf5121b2e8fefd5ddbab9f0543d7d2a40286b1efb1c31f026227f21a87321",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-06-13T07:12:52.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "0708a18fc98f1aaaa2f066c98f630d04e0c7a7b931f689095d96eab90cfdadca",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/27459932498"
    }
  ]
}