{
  "_id": "6a23b6d1530b9bc726bd7a71",
  "Package": "BLSloadR",
  "Type": "Package",
  "Title": "Download Time Series Data from the U.S. Bureau of Labor\nStatistics",
  "Version": "0.5.3",
  "Authors@R": "c(\nperson(\ngiven = \"Nevada Department of Employment, Training, and Rehabilitation\",\nrole = \"cph\"\n),\nperson(\ngiven = \"David\", family = \"Schmidt\",\nemail = \"deschmidt@detr.nv.gov\",\nrole = c(\"aut\", \"cre\")\n),\nperson(\ngiven = \"Mark\", family = \"Rembert\",\nemail = \"Mark.Rembert@mass.gov\",\nrole = c(\"aut\")\n)\n)",
  "Description": "These functions provide a convenient interface for\ndownloading data from the U.S. Bureau of Labor Statistics\n<https://www.bls.gov>.  The functions in this package utilize\nflat files produced by the Bureau of Labor Statistics, which\ncontain full series history.  These files include employment,\nunemployment, wages, prices, industry and occupational data at\na national, state, and sub-state level, depending on the\nseries.  Individual functions are included for those programs\nwhich have data available at the state level.  The core\nfunctions provide direct access to the Current Employment\nStatistics (CES) <https://www.bls.gov/ces/>, Local Area\nUnemployment Statistics (LAUS) <https://www.bls.gov/lau/>,\nOccupational Employment and Wage Statistics (OEWS)\n<https://www.bls.gov/oes/> and Alternative Measures of Labor\nUnderutilization (SALT) <https://www.bls.gov/lau/stalt.htm>\ndata produced by the Bureau of Labor Statistics.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "URL": "https://schmidtdetr.github.io/BLSloadR/",
  "Config/Needs/website": "rmarkdown",
  "Config/testthat/edition": "3",
  "LazyData": "true",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://schmidtdetr.r-universe.dev",
  "Date/Publication": "2026-05-07 16:27:58 UTC",
  "RemoteUrl": "https://github.com/schmidtdetr/blsloadr",
  "RemoteRef": "HEAD",
  "RemoteSha": "51a2abff38c635f32b67933096abd96619049a0e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 05:53:16 UTC",
    "User": "root"
  },
  "Author": "Nevada Department of Employment, Training, and Rehabilitation [cph],\nDavid Schmidt [aut, cre],\nMark Rembert [aut]",
  "Maintainer": "David Schmidt <deschmidt@detr.nv.gov>",
  "MD5sum": "d74c67d3f1ac4c3c2b252b2aa71fb8e7",
  "_user": "schmidtdetr",
  "_type": "src",
  "_file": "BLSloadR_0.5.3.tar.gz",
  "_fileid": "be139c92f7f1f3a571f9012861a4c1c77f436f797a74249222570d2ddce588cc",
  "_filesize": 415027,
  "_sha256": "be139c92f7f1f3a571f9012861a4c1c77f436f797a74249222570d2ddce588cc",
  "_created": "2026-06-06T05:53:16.000Z",
  "_published": "2026-06-06T05:57:37.173Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79855511384,
      "time": 222,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7451747261"
    },
    {
      "job": 79855511382,
      "time": 175,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7451741453"
    },
    {
      "job": 79855511401,
      "time": 198,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7451740072"
    },
    {
      "job": 79855511398,
      "time": 154,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7451735545"
    },
    {
      "job": 79855254379,
      "time": 250,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451717839"
    },
    {
      "job": 79855511381,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451738404"
    },
    {
      "job": 79855511386,
      "time": 124,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7451735057"
    },
    {
      "job": 79855511395,
      "time": 104,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7451732072"
    },
    {
      "job": 79855511394,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7451732249"
    }
  ],
  "_buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/schmidtdetr/blsloadr",
  "_commit": {
    "id": "51a2abff38c635f32b67933096abd96619049a0e",
    "author": "David Schmidt <72461034+schmidtDETR@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #54 from schmidtDETR/downloads-fail-gracefully-hotfix\n\nThis fix incorporates changes to bring in functionality from the CRAN release.  Specifically, this addresses the process by which failed downloads from the BLS area addressed so that if an error is encountered the functions exit gracefully.  Second, this implements a new environment variable so users can set the BLS_USER_AGENT variable to their email address, which addresses a request by BLS to help avoid users encountering a 403 error by flagging the requests as somewhat unique.",
    "time": 1778171278
  },
  "_maintainer": {
    "name": "David Schmidt",
    "email": "deschmidt@detr.nv.gov",
    "login": "schmidtdetr",
    "linkedin": "in/david-schmidt-69ab4194",
    "description": "Chief Economist for the State of Nevada Department of Employment, Training, and Rehabilitation (DETR). R enthusiast and dabbler in package work.",
    "uuid": 72461034
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "version": ">= 1.16",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1",
      "role": "Imports"
    },
    {
      "package": "httr",
      "version": ">= 1.4.7",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "version": ">= 1.9",
      "role": "Imports"
    },
    {
      "package": "readxl",
      "version": ">= 1.4.5",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "rvest",
      "version": ">= 1.0.4",
      "role": "Imports"
    },
    {
      "package": "sf",
      "version": ">= 1.0",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.5",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.0",
      "role": "Imports"
    },
    {
      "package": "tidyselect",
      "version": ">= 1.2",
      "role": "Imports"
    },
    {
      "package": "tigris",
      "version": ">= 2.0",
      "role": "Imports"
    },
    {
      "package": "zoo",
      "version": ">= 1.8",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "gt",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "mapgl",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "R.utils",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    }
  ],
  "_owner": "schmidtdetr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-23",
      "n": 4
    },
    {
      "week": "2025-25",
      "n": 4
    },
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-29",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 5
    },
    {
      "week": "2025-46",
      "n": 2
    },
    {
      "week": "2025-47",
      "n": 5
    },
    {
      "week": "2025-50",
      "n": 5
    },
    {
      "week": "2025-51",
      "n": 1
    },
    {
      "week": "2026-05",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 1
    },
    {
      "week": "2026-08",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 3
    },
    {
      "week": "2026-12",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 2
    },
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "CRAN",
      "date": "2025-11-21"
    },
    {
      "name": "Development",
      "date": "2025-12-16"
    },
    {
      "name": "v0.4-CRAN",
      "date": "2026-02-18"
    },
    {
      "name": "v.0.5-Development",
      "date": "2026-03-06"
    },
    {
      "name": "v.0.5.1",
      "date": "2026-03-24"
    }
  ],
  "_stars": 4,
  "_contributors": [
    {
      "user": "schmidtdetr",
      "count": 40,
      "uuid": 72461034
    },
    {
      "user": "mrembert",
      "count": 22,
      "uuid": 10281419
    }
  ],
  "_userbio": {
    "uuid": 72461034,
    "type": "user",
    "name": "David Schmidt",
    "description": "Chief Economist for the State of Nevada Department of Employment, Training, and Rehabilitation (DETR). R enthusiast and dabbler in package work."
  },
  "_downloads": {
    "count": 566,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/BLSloadR"
  },
  "_devurl": "https://github.com/schmidtdetr/blsloadr",
  "_pkgdown": "https://schmidtdetr.github.io/BLSloadR/",
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/BLSloadR.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/schmidtdetr/blsloadr",
  "_realowner": "schmidtdetr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2",
      "date": "2025-11-25"
    },
    {
      "version": "0.4",
      "date": "2026-02-16"
    },
    {
      "version": "0.4.5",
      "date": "2026-04-23"
    }
  ],
  "_exports": [
    "bls_get_cache_dir",
    "bls_overview",
    "create_bls_object",
    "download_bls_files",
    "explore_cps_characteristics",
    "explore_cps_series",
    "fread_bls",
    "get_bls_data",
    "get_bls_diagnostics",
    "get_bls_summary",
    "get_ces",
    "get_cps_subset",
    "get_jolts",
    "get_laus",
    "get_national_ces",
    "get_oews",
    "get_oews_areas",
    "get_qcew",
    "get_salt",
    "has_bls_issues",
    "list_ces_industries",
    "list_ces_states",
    "list_national_ces_options",
    "load_bls_dataset",
    "print_bls_warnings",
    "read_bls_excel",
    "read_bls_text",
    "show_ces_options",
    "show_national_ces_options",
    "smart_bls_download"
  ],
  "_datasets": [
    {
      "name": "area_lookup",
      "title": "Area Lookup Tables (QCEW)",
      "object": "area_lookup",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "area_fips",
        "area_title",
        "area_type",
        "stfips",
        "specified_region"
      ],
      "rows": 4649,
      "table": true,
      "tojson": true
    },
    {
      "name": "ind_lookup",
      "title": "NAICS Industry Titles Lookup Table (QCEW)",
      "object": "ind_lookup",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "industry_code",
        "industry_title",
        "ind_level",
        "naics_2d",
        "sector",
        "vintage_start",
        "vintage_end"
      ],
      "rows": 2678,
      "table": true,
      "tojson": true
    },
    {
      "name": "national_cps_availability",
      "title": "National CPS Code and Label Mappings with Crosstab of Available Data",
      "object": "national_cps_availability",
      "class": [
        "data.frame"
      ],
      "fields": [
        "master_filter",
        "master_description",
        "available_codes"
      ],
      "rows": 34,
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "area_lookup",
      "title": "Area Lookup Tables (QCEW)",
      "topics": [
        "area_lookup"
      ]
    },
    {
      "page": "bls_get_cache_dir",
      "title": "Get the current BLSloadR Cache Directory",
      "topics": [
        "bls_get_cache_dir"
      ]
    },
    {
      "page": "bls_overview",
      "title": "Display BLS Dataset Overview",
      "topics": [
        "bls_overview"
      ]
    },
    {
      "page": "create_bls_object",
      "title": "Create a BLS data object with diagnostics",
      "topics": [
        "create_bls_object"
      ]
    },
    {
      "page": "display_in_console",
      "title": "Display text content in console.",
      "topics": [
        "display_in_console"
      ]
    },
    {
      "page": "display_in_popup",
      "title": "Display text content in popup window.",
      "topics": [
        "display_in_popup"
      ]
    },
    {
      "page": "display_in_viewer",
      "title": "Display text content in Viewer window.",
      "topics": [
        "display_in_viewer"
      ]
    },
    {
      "page": "download_bls_files",
      "title": "Helper function for downloading and tracking BLS files",
      "topics": [
        "download_bls_files"
      ]
    },
    {
      "page": "explore_cps_characteristics",
      "title": "Explore Available CPS (LN) Characteristics and Codes",
      "topics": [
        "explore_cps_characteristics"
      ]
    },
    {
      "page": "explore_cps_series",
      "title": "Search and Explore CPS (LN) Series IDs",
      "topics": [
        "explore_cps_series"
      ]
    },
    {
      "page": "fread_bls",
      "title": "Download BLS Time Series Data",
      "topics": [
        "fread_bls"
      ]
    },
    {
      "page": "get_bls_data",
      "title": "Extract data from BLS data object",
      "topics": [
        "get_bls_data"
      ]
    },
    {
      "page": "get_bls_diagnostics",
      "title": "Get download diagnostics from BLS data object",
      "topics": [
        "get_bls_diagnostics"
      ]
    },
    {
      "page": "get_bls_summary",
      "title": "Get summary information from BLS data object",
      "topics": [
        "get_bls_summary"
      ]
    },
    {
      "page": "get_ces",
      "title": "Download Current Employment Statistics (CES) Data",
      "topics": [
        "get_ces"
      ]
    },
    {
      "page": "get_cps_subset",
      "title": "Efficiently Extract and Cache Subsets of CPS (LN) Data",
      "topics": [
        "get_cps_subset"
      ]
    },
    {
      "page": "get_jolts",
      "title": "Download Job Openings and Labor Turnover Survey (JOLTS) Data",
      "topics": [
        "get_jolts"
      ]
    },
    {
      "page": "get_laus",
      "title": "Download Local Area Unemployment Statistics (LAUS) Data",
      "topics": [
        "get_laus"
      ]
    },
    {
      "page": "get_national_ces",
      "title": "Get National Current Employment Statistics (CES) Data from BLS",
      "topics": [
        "get_national_ces"
      ]
    },
    {
      "page": "get_oews",
      "title": "Download Occupational Employment and Wage Statistics (OEWS) Data",
      "topics": [
        "get_oews"
      ]
    },
    {
      "page": "get_oews_areas",
      "title": "Download OEWS Area Definitions",
      "topics": [
        "get_oews_areas"
      ]
    },
    {
      "page": "get_qcew",
      "title": "Get QCEW Data Slices",
      "topics": [
        "get_qcew"
      ]
    },
    {
      "page": "get_salt",
      "title": "Download State Alternative Labor Market Measures (SALT) Data",
      "topics": [
        "get_salt"
      ]
    },
    {
      "page": "has_bls_issues",
      "title": "Check if BLS data object has potential issues with import.",
      "topics": [
        "has_bls_issues"
      ]
    },
    {
      "page": "ind_lookup",
      "title": "NAICS Industry Titles Lookup Table (QCEW)",
      "topics": [
        "ind_lookup"
      ]
    },
    {
      "page": "list_ces_industries",
      "title": "List Available Industry Filters for CES Data",
      "topics": [
        "list_ces_industries"
      ]
    },
    {
      "page": "list_ces_states",
      "title": "List Available States for CES Data",
      "topics": [
        "list_ces_states"
      ]
    },
    {
      "page": "list_national_ces_options",
      "title": "List Available National CES Dataset Options",
      "topics": [
        "list_national_ces_options"
      ]
    },
    {
      "page": "load_bls_dataset",
      "title": "Generic BLS Dataset Download",
      "topics": [
        "load_bls_dataset"
      ]
    },
    {
      "page": "national_cps_availability",
      "title": "National CPS Code and Label Mappings with Crosstab of Available Data",
      "topics": [
        "national_cps_availability"
      ]
    },
    {
      "page": "print_bls_warnings",
      "title": "Print warnings for BLS data object",
      "topics": [
        "print_bls_warnings"
      ]
    },
    {
      "page": "read_bls_excel",
      "title": "Download BLS Excel Data",
      "topics": [
        "read_bls_excel"
      ]
    },
    {
      "page": "show_ces_options",
      "title": "Show CES Data Filtering Options",
      "topics": [
        "show_ces_options"
      ]
    },
    {
      "page": "show_national_ces_options",
      "title": "Show National CES Dataset Options and Usage Examples",
      "topics": [
        "show_national_ces_options"
      ]
    },
    {
      "page": "smart_bls_download",
      "title": "Check and Download BLS File with Local Caching",
      "topics": [
        "smart_bls_download"
      ]
    }
  ],
  "_readme": "https://github.com/schmidtdetr/blsloadr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "cellranger",
    "class",
    "classInt",
    "cli",
    "cpp11",
    "crayon",
    "curl",
    "data.table",
    "DBI",
    "digest",
    "dplyr",
    "e1071",
    "fastmap",
    "generics",
    "glue",
    "hms",
    "htmltools",
    "httr",
    "jsonlite",
    "KernSmooth",
    "lattice",
    "lifecycle",
    "lubridate",
    "magrittr",
    "MASS",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "proxy",
    "R6",
    "rappdirs",
    "Rcpp",
    "readxl",
    "rematch",
    "rlang",
    "rstudioapi",
    "rvest",
    "s2",
    "selectr",
    "sf",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyselect",
    "tigris",
    "timechange",
    "units",
    "utf8",
    "uuid",
    "vctrs",
    "withr",
    "wk",
    "xml2",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "BLSloadR-intro.Rmd",
      "filename": "BLSloadR-intro.html",
      "title": "Introduction to BLSloadR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Basic Usage",
        "Common Function Arguments",
        "Enhanced Filtering Arguments (CES Functions)",
        "get_ces() Filtering Options",
        "get_national_ces() Dataset Options",
        "Helper Functions for Enhanced CES Access",
        "CES Helper Functions",
        "National CES Helper Functions",
        "Performance Improvements",
        "Helper Functions in the Package",
        "Additional Diagnostics",
        "Disclaimer",
        "List of Databases"
      ],
      "created": "2025-07-11 19:54:52",
      "modified": "2025-12-16 20:17:04",
      "commits": 5
    },
    {
      "source": "File-cache-guide.Rmd",
      "filename": "File-cache-guide.html",
      "title": "Using the BLSloadR File Cache",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview of BLS File Structure",
        "File Caching in BLSloadR",
        "Using File Cache Case-by-Case",
        "Enable Default File Caching",
        "Controlling Cache Location"
      ],
      "created": "2026-02-13 22:29:28",
      "modified": "2026-02-13 22:29:28",
      "commits": 1
    },
    {
      "source": "using_cps_data.Rmd",
      "filename": "using_cps_data.html",
      "title": "Working with Current Population Survey (CPS) Data",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Basic Workflow",
        "Step 1: Explore Available Characteristics",
        "Step 2: Examine Specific Characteristic Codes",
        "Step 3: Search for Relevant Series",
        "Step 4: Retrieve the Data",
        "Practical Examples",
        "Example 1: Comparing Unemployment by Sex",
        "Example 2: Education and Unemployment",
        "Example 3: Labor Force Participation Trends",
        "Example 4: Demographic Deep Dive",
        "Advanced Tips",
        "Combining Multiple Filters",
        "Efficient Caching",
        "Working with Multiple Series",
        "Understanding the Data Structure",
        "Best Practices",
        "Additional Resources",
        "Conclusion"
      ],
      "created": "2026-03-04 20:59:56",
      "modified": "2026-03-04 20:59:56",
      "commits": 1
    }
  ],
  "_score": 6.008600171761918,
  "_indexed": true,
  "_nocasepkg": "blsloadr",
  "_universes": [
    "schmidtdetr"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.3",
      "date": "2026-06-06T05:56:36.000Z",
      "distro": "noble",
      "commit": "51a2abff38c635f32b67933096abd96619049a0e",
      "fileid": "ed3dcc6554990b70f4e338ba0c1c8e1c67c815427a52faa32b260f3b20f2f1da",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.3",
      "date": "2026-06-06T05:55:51.000Z",
      "distro": "noble",
      "commit": "51a2abff38c635f32b67933096abd96619049a0e",
      "fileid": "61c45f642cf68a5b451498a006f8ab75967db99aa4228b84b9662924dbb4aec4",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.3",
      "date": "2026-06-06T05:55:43.000Z",
      "commit": "51a2abff38c635f32b67933096abd96619049a0e",
      "fileid": "c55acec2609f04c1b694f333737aa674f114a52ca9d57fbfd75249667ffb1238",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.3",
      "date": "2026-06-06T05:55:13.000Z",
      "commit": "51a2abff38c635f32b67933096abd96619049a0e",
      "fileid": "771d8b1e39d9fee279946b543092e1818067ee434cdd36a1561868595f5b7f71",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.3",
      "date": "2026-06-06T05:56:02.000Z",
      "commit": "51a2abff38c635f32b67933096abd96619049a0e",
      "fileid": "9691b194510988b7e9201e1abc0a35e359998391a74851ce7589deac7ab6a65e",
      "status": "success",
      "buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.3",
      "date": "2026-06-06T05:54:48.000Z",
      "commit": "51a2abff38c635f32b67933096abd96619049a0e",
      "fileid": "aec47e9e0a2941baaff88fc06b55041fc16ce5c19b3aaacbad5f7f7ea22e61c8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.3",
      "date": "2026-06-06T05:54:35.000Z",
      "commit": "51a2abff38c635f32b67933096abd96619049a0e",
      "fileid": "f6751a760e0010652d83b9147a4df394685a5fa0833e7a77a98ce262ff3f0767",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.3",
      "date": "2026-06-06T05:54:32.000Z",
      "commit": "51a2abff38c635f32b67933096abd96619049a0e",
      "fileid": "ab84fe620ab6cf81739d0b184c0c4e848fee55af0afc9f1f9dfc6cfcfbd22d52",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/schmidtdetr/actions/runs/27054198626"
    }
  ]
}