{
  "_id": "6a1e90711d7bb097a0a6a033",
  "Package": "retrosheet",
  "Type": "Package",
  "Title": "Import Professional Baseball Data from 'Retrosheet'",
  "Version": "1.1.7.9000",
  "Authors@R": "c(person(given = \"Colin\",\nfamily = \"Douglas\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"retrosheet@colindougl.as\",\ncomment = c(ORCID = \"https://orcid.org/0000-0002-6639-006X\")),\nperson(given = \"Richard\",\nfamily = \"Scriven\",\nrole = c(\"aut\", \"cph\"),\nemail = \"rmscriven@gmail.com\"))",
  "Date": "2026-04-18",
  "Encoding": "UTF-8",
  "Maintainer": "Colin Douglas <retrosheet@colindougl.as>",
  "Description": "A collection of tools to import and structure the\n(currently) single-season event, game-log, roster, and schedule\ndata available from <https://www.retrosheet.org>. In\nparticular, the event (a.k.a. play-by-play) files can be\nespecially difficult to parse. This package does the parsing on\nthose files, returning the requested data in the most practical\nR structure to use for sabermetric or other analyses.",
  "URL": "https://github.com/colindouglas/retrosheet",
  "License": "GPL (>= 2)",
  "Note": "NOTICE regarding the transfer of data from Retrosheet: The\ninformation used here was obtained free of charge from and is\ncopyrighted by Retrosheet. Interested parties may contact\nRetrosheet at \"www.retrosheet.org\".",
  "RoxygenNote": "7.3.3",
  "BugReports": "https://github.com/colindouglas/retrosheet/issues",
  "Config/pak/sysreqs": "libicu-dev libxml2-dev libssl-dev",
  "Repository": "https://colindouglas.r-universe.dev",
  "Date/Publication": "2026-04-20 13:29:40 UTC",
  "RemoteUrl": "https://github.com/colindouglas/retrosheet",
  "RemoteRef": "HEAD",
  "RemoteSha": "14a652618a9e8244fa19f28414dfc49060d266ad",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 08:09:10 UTC",
    "User": "root"
  },
  "Author": "Colin Douglas [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-6639-006X>),\nRichard Scriven [aut, cph]",
  "MD5sum": "ff77f16cbca5b3e69f744132e8efc72f",
  "_user": "colindouglas",
  "_type": "src",
  "_file": "retrosheet_1.1.7.9000.tar.gz",
  "_fileid": "1ddc552b8d704c6b10f21304226aac8b3a2b8682ae6186a3d150fd57309c27c7",
  "_filesize": 121342,
  "_sha256": "1ddc552b8d704c6b10f21304226aac8b3a2b8682ae6186a3d150fd57309c27c7",
  "_created": "2026-06-02T08:09:10.000Z",
  "_published": "2026-06-02T08:12:33.337Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79027153091,
      "time": 125,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7352355956"
    },
    {
      "job": 79027153200,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352358887"
    },
    {
      "job": 79027153094,
      "time": 145,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7352352172"
    },
    {
      "job": 79027153140,
      "time": 170,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352361404"
    },
    {
      "job": 79026720256,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352312661"
    },
    {
      "job": 79027153199,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352353885"
    },
    {
      "job": 79027153230,
      "time": 78,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7352340810"
    },
    {
      "job": 79027153106,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7352338792"
    },
    {
      "job": 79027153124,
      "time": 70,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352337588"
    }
  ],
  "_buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/colindouglas/retrosheet",
  "_commit": {
    "id": "14a652618a9e8244fa19f28414dfc49060d266ad",
    "author": "Colin Douglas <me@colindougl.as>",
    "committer": "Colin Douglas <me@colindougl.as>",
    "message": "Increment version number to 1.1.7.9000\n",
    "time": 1776691780
  },
  "_maintainer": {
    "name": "Colin Douglas",
    "email": "retrosheet@colindougl.as",
    "orcid": "0000-0002-6639-006X"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "xml2",
      "version": ">= 1.2.2",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "version": ">= 0.4-1",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.4.1",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.4.0",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "version": ">= 0.3.5",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "version": ">= 2.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "colindouglas",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 8
    },
    {
      "week": "2026-17",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v1.1.7",
      "date": "2026-04-20"
    }
  ],
  "_topics": [
    "baseball-analytics",
    "baseball-data",
    "baseball-statistics",
    "gamelog",
    "retrosheet"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "colindouglas",
      "count": 72,
      "uuid": 35050462
    },
    {
      "user": "rmscriven",
      "count": 50,
      "uuid": 6301369
    }
  ],
  "_userbio": {
    "uuid": 35050462,
    "type": "user",
    "name": "Colin Douglas"
  },
  "_downloads": {
    "count": 592,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/retrosheet"
  },
  "_devurl": "https://github.com/colindouglas/retrosheet",
  "_searchresults": 44,
  "_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/readme.html",
    "extra/readme.md",
    "extra/retrosheet.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/colindouglas/retrosheet",
  "_realowner": "colindouglas",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2015-04-08"
    },
    {
      "version": "1.0.1",
      "date": "2015-04-09"
    },
    {
      "version": "1.0.2",
      "date": "2015-04-13"
    },
    {
      "version": "1.1.0",
      "date": "2020-01-15"
    },
    {
      "version": "1.1.1",
      "date": "2020-03-23"
    },
    {
      "version": "1.1.2",
      "date": "2020-05-15"
    },
    {
      "version": "1.1.3",
      "date": "2020-12-14"
    },
    {
      "version": "1.1.4",
      "date": "2021-09-16"
    },
    {
      "version": "1.1.5",
      "date": "2023-07-07"
    },
    {
      "version": "1.1.6",
      "date": "2024-02-28"
    },
    {
      "version": "1.1.7",
      "date": "2026-04-20"
    }
  ],
  "_exports": [
    "gamelogFields",
    "get_retrosheet",
    "getFileNames",
    "getParkIDs",
    "getPartialGamelog",
    "getRetrosheet",
    "getTeamIDs"
  ],
  "_help": [
    {
      "page": "get_retrosheet",
      "title": "Import single-season retrosheet data as data frames",
      "topics": [
        "get_retrosheet"
      ]
    },
    {
      "page": "getFileNames",
      "title": "Files currently available for download",
      "topics": [
        "getFileNames"
      ]
    },
    {
      "page": "getParkIDs",
      "title": "A data frame of ballpark IDs",
      "topics": [
        "getParkIDs"
      ]
    },
    {
      "page": "getPartialGamelog",
      "title": "Partial parser for game-log files",
      "topics": [
        "gamelogFields",
        "getPartialGamelog"
      ]
    },
    {
      "page": "getRetrosheet",
      "title": "Import single-season retrosheet data as a structured R object",
      "topics": [
        "getRetrosheet"
      ]
    },
    {
      "page": "getTeamIDs",
      "title": "Retrieve team IDs for event files",
      "topics": [
        "getTeamIDs"
      ]
    }
  ],
  "_readme": "https://github.com/colindouglas/retrosheet/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "rvest",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "xml2"
  ],
  "_score": 4.342422680822207,
  "_indexed": true,
  "_nocasepkg": "retrosheet",
  "_universes": [
    "colindouglas"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.7.9000",
      "date": "2026-06-02T08:11:16.000Z",
      "distro": "noble",
      "commit": "14a652618a9e8244fa19f28414dfc49060d266ad",
      "fileid": "be515c43a5540547a2c9e0e4781494c401759a2305274987741d5ef25b397180",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.7.9000",
      "date": "2026-06-02T08:11:25.000Z",
      "distro": "noble",
      "commit": "14a652618a9e8244fa19f28414dfc49060d266ad",
      "fileid": "8ad032b6ff1d392c8dedc188e5823c1a95d81252857756bd046f0c06eb3f80ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.7.9000",
      "date": "2026-06-02T08:11:08.000Z",
      "commit": "14a652618a9e8244fa19f28414dfc49060d266ad",
      "fileid": "0a00cd51ba37df359efb916bfb34dca59266b9c055738692f2092be8d0cbe2fd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.7.9000",
      "date": "2026-06-02T08:11:32.000Z",
      "commit": "14a652618a9e8244fa19f28414dfc49060d266ad",
      "fileid": "9fb2098a9e79dae1a3d81cdcbe56e213474b538bbfb9b53dda4f0336e188c2b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.7.9000",
      "date": "2026-06-02T08:11:23.000Z",
      "commit": "14a652618a9e8244fa19f28414dfc49060d266ad",
      "fileid": "e1b2ae0693cd0caa9e6cd9080bb9b03253ae2b4c309986033d8c669f472ae269",
      "status": "success",
      "buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.7.9000",
      "date": "2026-06-02T08:10:24.000Z",
      "commit": "14a652618a9e8244fa19f28414dfc49060d266ad",
      "fileid": "d05fa2804d2694be427d57371eb5a30d76a8a00fe03511b543d947045dd4118e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.7.9000",
      "date": "2026-06-02T08:10:21.000Z",
      "commit": "14a652618a9e8244fa19f28414dfc49060d266ad",
      "fileid": "86d9654915314d726433c318bf31b4d237f55e88896790fb6f20533b340a373b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.7.9000",
      "date": "2026-06-02T08:10:16.000Z",
      "commit": "14a652618a9e8244fa19f28414dfc49060d266ad",
      "fileid": "af2644d6de724f144548f3318f88ad38de651c36ccdfb9eaa67570c86b2543e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/colindouglas/actions/runs/26806914233"
    }
  ]
}