{
  "_id": "6a1018c9acfb0bcc41c85b30",
  "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-05-14 19:49:57 UTC",
    "User": "root"
  },
  "MD5sum": "8e7a7ae49c0b72c52ff8e8cf3d1d402b",
  "_user": "nflverse",
  "_type": "src",
  "_file": "espnscrapeR_0.8.0.tar.gz",
  "_fileid": "f1ce42b22a4ea99a2cea9d42260d4618b31992be30f95019c7d2e1274a1a2ca0",
  "_filesize": 1414503,
  "_sha256": "f1ce42b22a4ea99a2cea9d42260d4618b31992be30f95019c7d2e1274a1a2ca0",
  "_created": "2026-05-14T19:49:57.000Z",
  "_published": "2026-05-22T08:50:17.913Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77346884065,
      "time": 162,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7003421072"
    },
    {
      "job": 77346884337,
      "time": 189,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7003429162"
    },
    {
      "job": 77346884297,
      "time": 111,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7003408835"
    },
    {
      "job": 77346884060,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7003418339"
    },
    {
      "job": 77346883967,
      "time": 211,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7003365788"
    },
    {
      "job": 77346883886,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156542060"
    },
    {
      "job": 77346884108,
      "time": 93,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7003398024"
    },
    {
      "job": 77346884534,
      "time": 106,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7003401831"
    },
    {
      "job": 77346884097,
      "time": 107,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7003402617"
    }
  ],
  "_buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450",
  "_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",
    "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": 53,
  "_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",
    "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.543819805142658,
  "_indexed": false,
  "_nocasepkg": "espnscraper",
  "_universes": [
    "nflverse"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.0",
      "date": "2026-05-14T19:52:32.000Z",
      "distro": "noble",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "85ed01d84507cf722ba754ba1807f940364621dbdd9371262b21665e703071cb",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.8.0",
      "date": "2026-05-14T19:53:02.000Z",
      "distro": "noble",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "4bbdc027d7ef4f21601d88b99389d8bf6f4203534b2b008af1fe13c742fc8e23",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.0",
      "date": "2026-05-14T19:52:03.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "10723f0f5dbc4bb35ba9416014cc9c16a7d3b25c5e7fbf11c3ac21df7d5388d3",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.8.0",
      "date": "2026-05-14T19:52:21.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "291389cd0d8d0b465c7c00932e66cbfe5129a921a33e8544fb369ab2a4c500d8",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-05-14T19:51:17.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "5e4c164120c5d933974f8e47eeacec6d3af97b6a4f7b4d6cc8ae520c1dd129c5",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-05-14T19:51:26.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "2b1ac32b885be6eb7c2452df57b36850321aeea86bfa0878b7ffa8cf69f165fe",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.8.0",
      "date": "2026-05-14T19:51:30.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "ca88665930ef0d7f11caa1cdf29136db255bf0b8d20de98e819d40eb9671ab87",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.0",
      "date": "2026-05-22T08:49:55.000Z",
      "commit": "790487f2b5cf243148ded112c5a6dc897aee7d74",
      "fileid": "bbcca6357a241a13105461d315d40a0ca56d6cf6b8557700d36d5fc3b66335ed",
      "status": "success",
      "buildurl": "https://github.com/r-universe/nflverse/actions/runs/24816996450"
    }
  ]
}