{
  "_id": "6a1eefeeb401979e73412d45",
  "Package": "precommit",
  "Title": "Pre-Commit Hooks",
  "Version": "0.4.3.9025",
  "Author": "Lorenz Walthert",
  "Maintainer": "Lorenz Walthert <lorenz.walthert@icloud.com>",
  "Description": "Useful git hooks for R building on top of the\nmulti-language framework 'pre-commit' for hook management. This\npackage provides git hooks for common tasks like formatting\nfiles with 'styler' or spell checking as well as wrapper\nfunctions to access the 'pre-commit' executable.",
  "License": "GPL-3",
  "URL": "https://lorenzwalthert.github.io/precommit/,\nhttps://github.com/lorenzwalthert/precommit",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE, roclets = c( \"rd\", \"namespace\",\n\"collate\", if (rlang::is_installed(\"pkgapi\"))\n\"pkgapi::api_roclet\" else { warning(\"Please install\nr-lib/pkgapi to make sure the file API is kept up to date\");\nNULL} ) )",
  "SystemRequirements": "git",
  "Config/testthat/parallel": "true",
  "Config/testthat/edition": "3",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "cmake git make libuv1-dev",
  "Repository": "https://lorenzwalthert.r-universe.dev",
  "Date/Publication": "2026-06-02 11:11:25 UTC",
  "RemoteUrl": "https://github.com/lorenzwalthert/precommit",
  "RemoteRef": "HEAD",
  "RemoteSha": "8054a7fe52aafc8463ad977c463679ac034e8573",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 14:54:52 UTC",
    "User": "root"
  },
  "MD5sum": "21812539dfb34882aad8f52b4dc3623d",
  "_user": "lorenzwalthert",
  "_type": "src",
  "_file": "precommit_0.4.3.9025.tar.gz",
  "_fileid": "5ae8725dbcfe2079af31ac150ef889a3802f067546f62a557cfe3d08f5c6826b",
  "_filesize": 447308,
  "_sha256": "5ae8725dbcfe2079af31ac150ef889a3802f067546f62a557cfe3d08f5c6826b",
  "_created": "2026-06-02T14:54:52.000Z",
  "_published": "2026-06-02T14:59:58.024Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79101206276,
      "time": 219,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7361446187"
    },
    {
      "job": 79101206478,
      "time": 258,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361464548"
    },
    {
      "job": 79101206033,
      "time": 132,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7361407469"
    },
    {
      "job": 79101206263,
      "time": 143,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361412946"
    },
    {
      "job": 79100312712,
      "time": 233,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361344443"
    },
    {
      "job": 79101206032,
      "time": 135,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361408751"
    },
    {
      "job": 79101206049,
      "time": 224,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "7361448641"
    },
    {
      "job": 79101206103,
      "time": 227,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "7361450705"
    },
    {
      "job": 79101206104,
      "time": 262,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7361466804"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lorenzwalthert/precommit",
  "_commit": {
    "id": "8054a7fe52aafc8463ad977c463679ac034e8573",
    "author": "Lorenz Walthert <10477073+lorenzwalthert@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #673 from lorenzwalthert/hook-dependencies-update\n\nHook dependencies update",
    "time": 1780398685
  },
  "_maintainer": {
    "name": "Lorenz Walthert",
    "email": "lorenz.walthert@icloud.com",
    "login": "lorenzwalthert",
    "twitter": "@lorenzwalthert",
    "description": "Data scientist passionate about tooling. Believes in Christ.",
    "uuid": 10477073
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "here",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "R.cache",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rprojroot",
      "role": "Imports"
    },
    {
      "package": "withr",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "desc",
      "role": "Suggests"
    },
    {
      "package": "docopt",
      "version": ">= 0.7.1",
      "role": "Suggests"
    },
    {
      "package": "git2r",
      "role": "Suggests"
    },
    {
      "package": "glue",
      "role": "Suggests"
    },
    {
      "package": "jsonvalidate",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "pkgload",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "reticulate",
      "version": ">= 1.16",
      "role": "Suggests"
    },
    {
      "package": "renv",
      "version": ">= 1.0.8",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "rstudioapi",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "styler",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "version": ">= 2.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "lorenzwalthert",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-25",
      "n": 3
    },
    {
      "week": "2025-28",
      "n": 1
    },
    {
      "week": "2025-30",
      "n": 1
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 2
    },
    {
      "week": "2025-36",
      "n": 1
    },
    {
      "week": "2025-39",
      "n": 3
    },
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2025-43",
      "n": 1
    },
    {
      "week": "2025-44",
      "n": 1
    },
    {
      "week": "2025-45",
      "n": 2
    },
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2025-52",
      "n": 1
    },
    {
      "week": "2026-01",
      "n": 1
    },
    {
      "week": "2026-10",
      "n": 3
    },
    {
      "week": "2026-20",
      "n": 3
    },
    {
      "week": "2026-22",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v0.4.3.9010",
      "date": "2025-06-22"
    },
    {
      "name": "v0.4.3.9011",
      "date": "2025-06-22"
    },
    {
      "name": "v0.4.3.9012",
      "date": "2025-06-22"
    },
    {
      "name": "v0.4.3.9013",
      "date": "2025-07-26"
    },
    {
      "name": "v0.4.3.9014",
      "date": "2025-08-24"
    },
    {
      "name": "v0.4.3.9015",
      "date": "2025-09-28"
    },
    {
      "name": "v0.4.3.9016",
      "date": "2025-09-28"
    },
    {
      "name": "v0.4.3.9017",
      "date": "2025-11-01"
    },
    {
      "name": "v0.4.3.9019",
      "date": "2025-11-15"
    },
    {
      "name": "v0.4.3.9020",
      "date": "2026-01-01"
    },
    {
      "name": "v0.4.3.9021",
      "date": "2026-01-15"
    },
    {
      "name": "v0.4.3.9023",
      "date": "2026-05-29"
    },
    {
      "name": "v0.4.3.9025",
      "date": "2026-06-02"
    }
  ],
  "_topics": [
    "git",
    "hooks",
    "pre-commit",
    "vcs",
    "workflow"
  ],
  "_stars": 274,
  "_contributors": [
    {
      "user": "lorenzwalthert",
      "count": 1962,
      "uuid": 10477073
    },
    {
      "user": "kcphila",
      "count": 17,
      "uuid": 84878120
    },
    {
      "user": "michaelquinn32",
      "count": 16,
      "uuid": 3473921
    },
    {
      "user": "maelle",
      "count": 12,
      "uuid": 8360597
    },
    {
      "user": "krzyslom",
      "count": 12,
      "uuid": 13157213
    },
    {
      "user": "owenjonesuob",
      "count": 11,
      "uuid": 21007837
    },
    {
      "user": "tymekappsilon",
      "count": 9,
      "uuid": 159520519
    },
    {
      "user": "lukashaenjes",
      "count": 9,
      "uuid": 52453689
    },
    {
      "user": "jonmcalder",
      "count": 8,
      "uuid": 5055818
    },
    {
      "user": "tymekdev",
      "count": 7,
      "uuid": 38053499
    },
    {
      "user": "pwildenhain",
      "count": 6,
      "uuid": 35195136
    },
    {
      "user": "mpadge",
      "count": 6,
      "uuid": 6697851
    },
    {
      "user": "bfgray3",
      "count": 5,
      "uuid": 20310144
    },
    {
      "user": "jrdnbradford",
      "count": 5,
      "uuid": 36420801
    },
    {
      "user": "jcken95",
      "count": 4,
      "uuid": 57638616
    },
    {
      "user": "bart1",
      "count": 4,
      "uuid": 1662852
    },
    {
      "user": "tnonet",
      "count": 4,
      "uuid": 30328457
    },
    {
      "user": "stefanoborini",
      "count": 4,
      "uuid": 132967
    },
    {
      "user": "pat-s",
      "count": 3,
      "uuid": 8430564
    },
    {
      "user": "alessap",
      "count": 2,
      "uuid": 15869286
    },
    {
      "user": "indrajeetpatil",
      "count": 2,
      "uuid": 11330453
    },
    {
      "user": "gravesti",
      "count": 2,
      "uuid": 83659704
    },
    {
      "user": "jonathanckt",
      "count": 1,
      "uuid": 108493051
    },
    {
      "user": "denn173",
      "count": 1,
      "uuid": 88753469
    },
    {
      "user": "m-muecke",
      "count": 1,
      "uuid": 26463953
    },
    {
      "user": "maurolepore",
      "count": 1,
      "uuid": 5856545
    },
    {
      "user": "katrinleinweber",
      "count": 1,
      "uuid": 9948149
    },
    {
      "user": "jsnel",
      "count": 1,
      "uuid": 3616369
    },
    {
      "user": "bjarkehautop",
      "count": 1,
      "uuid": 102542670
    },
    {
      "user": "agvandervelde",
      "count": 1,
      "uuid": 96740037
    },
    {
      "user": "asottile",
      "count": 1,
      "uuid": 1810591
    },
    {
      "user": "aleksanderbl29",
      "count": 1,
      "uuid": 73799306
    },
    {
      "user": "adamblake",
      "count": 1,
      "uuid": 6201730
    }
  ],
  "_userbio": {
    "uuid": 10477073,
    "type": "user",
    "name": "Lorenz Walthert",
    "description": "Data scientist passionate about tooling. Believes in Christ."
  },
  "_downloads": {
    "count": 1695,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/precommit"
  },
  "_devurl": "https://github.com/lorenzwalthert/precommit",
  "_pkgdown": "https://lorenzwalthert.github.io/precommit/",
  "_searchresults": 9,
  "_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/precommit.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lorenzwalthert/precommit",
  "_realowner": "lorenzwalthert",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2020-06-13"
    },
    {
      "version": "0.1.3",
      "date": "2020-10-10"
    },
    {
      "version": "0.2.0",
      "date": "2021-12-01"
    },
    {
      "version": "0.2.1",
      "date": "2021-12-14"
    },
    {
      "version": "0.2.2",
      "date": "2021-12-15"
    },
    {
      "version": "0.3.0",
      "date": "2022-05-20"
    },
    {
      "version": "0.3.1",
      "date": "2022-06-15"
    },
    {
      "version": "0.3.2",
      "date": "2022-07-02"
    },
    {
      "version": "0.4.0",
      "date": "2024-01-21"
    },
    {
      "version": "0.4.1",
      "date": "2024-03-31"
    },
    {
      "version": "0.4.2",
      "date": "2024-04-10"
    },
    {
      "version": "0.4.3",
      "date": "2024-07-22"
    }
  ],
  "_exports": [
    "autoupdate",
    "diff_requires_run_roxygenize",
    "dirs_R.cache",
    "install_precommit",
    "may_require_permanent_cache",
    "open_config",
    "open_wordlist",
    "path_pre_commit_exec",
    "path_precommit_exec",
    "precommit_docopt",
    "robust_purl",
    "roxygen_assert_additional_dependencies",
    "roxygenize_with_cache",
    "snippet_generate",
    "uninstall_precommit",
    "update_precommit",
    "use_ci",
    "use_precommit",
    "use_precommit_config",
    "version_precommit"
  ],
  "_help": [
    {
      "page": "autoupdate",
      "title": "Auto-update your hooks",
      "topics": [
        "autoupdate"
      ]
    },
    {
      "page": "install_precommit",
      "title": "Install pre-commit on your system",
      "concept": [
        "executable managers"
      ],
      "topics": [
        "install_precommit"
      ]
    },
    {
      "page": "open_config",
      "title": "Open pre-commit related files",
      "concept": [
        "helpers"
      ],
      "topics": [
        "open_config",
        "open_wordlist"
      ]
    },
    {
      "page": "path_precommit_exec",
      "title": "Locate the pre-commit executable",
      "topics": [
        "path_precommit_exec",
        "path_pre_commit_exec"
      ]
    },
    {
      "page": "snippet_generate",
      "title": "Generate code snippets",
      "topics": [
        "snippet_generate"
      ]
    },
    {
      "page": "uninstall_precommit",
      "title": "Uninstall pre-commit",
      "concept": [
        "executable managers"
      ],
      "topics": [
        "uninstall_precommit"
      ]
    },
    {
      "page": "update_precommit",
      "title": "Update the pre-commit executable",
      "concept": [
        "executable managers"
      ],
      "topics": [
        "update_precommit"
      ]
    },
    {
      "page": "use_ci",
      "title": "Use continuous integration with pre-commit",
      "topics": [
        "use_ci"
      ]
    },
    {
      "page": "use_precommit",
      "title": "Get started with pre-commit",
      "concept": [
        "helpers"
      ],
      "topics": [
        "use_precommit"
      ]
    },
    {
      "page": "use_precommit_config",
      "title": "Initiate a pre-commit config file",
      "topics": [
        "use_precommit_config"
      ]
    },
    {
      "page": "version_precommit",
      "title": "Retrieve the version of the pre-commit executable used",
      "concept": [
        "executable managers"
      ],
      "topics": [
        "version_precommit"
      ]
    }
  ],
  "_readme": "https://github.com/lorenzwalthert/precommit/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "digest",
    "fs",
    "glue",
    "here",
    "lifecycle",
    "magrittr",
    "purrr",
    "R.cache",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "rlang",
    "rprojroot",
    "vctrs",
    "withr",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "available-hooks.Rmd",
      "filename": "available-hooks.html",
      "title": "Available Hooks",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Good to know",
        "Hooks",
        "style-files",
        "readme-rmd-rendered",
        "parsable-R",
        "parsable-roxygen",
        "no-browser-statement",
        "no-print-statement",
        "no-debug-statement",
        "spell-check",
        "roxygenize",
        "deps-in-desc",
        "use-tidy-description",
        "lintr",
        "codemeta-description-updated",
        "pkgdown",
        "renv-lockfile-validate"
      ],
      "created": "2019-10-20 21:12:32",
      "modified": "2025-11-08 17:36:08",
      "commits": 48
    },
    {
      "source": "ci.Rmd",
      "filename": "ci.html",
      "title": "Continuous Integration",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Setting up CI",
        "Emulate a CI run locally",
        "Comparison",
        "pre-commit.ci",
        "GitHub Actions"
      ],
      "created": "2021-11-26 21:37:21",
      "modified": "2022-06-14 19:53:37",
      "commits": 8
    },
    {
      "source": "FAQ.Rmd",
      "filename": "FAQ.html",
      "title": "FAQ",
      "engine": "knitr::rmarkdown",
      "headings": [
        "It's broken. Missing packages etc. How do I fix it?",
        "How does it work? What's the magic?",
        "How are hooks accessed? What happens if there's no internet connection?",
        "Why do some hooks not give me the same results as running the command interactively?",
        "Can you use it outside RStudio?",
        "Can I use the hooks provided in this package without installing the R package?",
        "How can I make sure that my contributors are using the hooks?",
        "Should I list {precommit} as a dependency of my package in DESCRIPTION?",
        "What if not all people who are committing to this repo want to use the hooks?",
        "How does one create a new pre-commit hook?"
      ],
      "created": "2019-12-03 07:14:27",
      "modified": "2022-06-14 19:53:37",
      "commits": 19
    },
    {
      "source": "hook-order.Rmd",
      "filename": "hook-order.html",
      "title": "hook-order",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Rules for editing this document",
        "Hooks with dependencies",
        "Read and write",
        "Read only"
      ],
      "created": "2020-05-05 08:23:51",
      "modified": "2024-02-14 12:14:06",
      "commits": 8
    },
    {
      "source": "precommit.Rmd",
      "filename": "precommit.html",
      "title": "precommit",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Installation",
        "Usage",
        "Caution",
        "Update",
        "Uninstallation"
      ],
      "created": "2022-03-13 15:01:36",
      "modified": "2022-06-14 19:53:37",
      "commits": 4
    },
    {
      "source": "testing.Rmd",
      "filename": "testing.html",
      "title": "testing",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2021-05-05 12:30:58",
      "modified": "2024-07-14 15:00:04",
      "commits": 7
    },
    {
      "source": "why-use-hooks.Rmd",
      "filename": "why-use-hooks.html",
      "title": "Why is this useful?",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Why use pre-commit hooks?",
        "Why use the pre-commit framework?"
      ],
      "created": "2019-10-21 21:01:40",
      "modified": "2022-06-14 19:53:37",
      "commits": 7
    }
  ],
  "_score": 9.971410793132977,
  "_indexed": true,
  "_nocasepkg": "precommit",
  "_universes": [
    "lorenzwalthert"
  ],
  "_previous": "0.4.3.9024",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.3.9025",
      "date": "2026-06-02T14:57:28.000Z",
      "distro": "noble",
      "commit": "8054a7fe52aafc8463ad977c463679ac034e8573",
      "fileid": "3b91850fa65cf83869d99b7622dd887ebdb6bd4b918c2c0f56a7eebc5db264ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.3.9025",
      "date": "2026-06-02T14:57:57.000Z",
      "distro": "noble",
      "commit": "8054a7fe52aafc8463ad977c463679ac034e8573",
      "fileid": "359ce509c5268c41db69909cc31c34eac8d79b8595403d28646ab2fbc007d7ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.3.9025",
      "date": "2026-06-02T14:56:24.000Z",
      "commit": "8054a7fe52aafc8463ad977c463679ac034e8573",
      "fileid": "dd1ef505935b03aa6c3a5dd7973680460bd6ac5a497d6afb6bd8e87d5c89ecb4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.3.9025",
      "date": "2026-06-02T14:56:29.000Z",
      "commit": "8054a7fe52aafc8463ad977c463679ac034e8573",
      "fileid": "67176287e367c8985d8788ab41d0c24b71114450a677ac9a79b587e5e1472a7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.3.9025",
      "date": "2026-06-02T14:57:28.000Z",
      "commit": "8054a7fe52aafc8463ad977c463679ac034e8573",
      "fileid": "0765af6cb42b5ff5fe0db1ed139e432c8710eaf100d531fac6ada7127ac8af08",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.3.9025",
      "date": "2026-06-02T14:56:12.000Z",
      "commit": "8054a7fe52aafc8463ad977c463679ac034e8573",
      "fileid": "0a2b654854e84ca4422653b212d8347acc0aa5b8059a1c2826d19d3be14d8814",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.3.9025",
      "date": "2026-06-02T14:56:27.000Z",
      "commit": "8054a7fe52aafc8463ad977c463679ac034e8573",
      "fileid": "0d75308cd0c8da2fd4a11b1ddbe6bd71c4af9f35c8d5dc6caabefb2373caed8c",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.3.9025",
      "date": "2026-06-02T14:56:31.000Z",
      "commit": "8054a7fe52aafc8463ad977c463679ac034e8573",
      "fileid": "f6b4759c96b947ef16bf4a81ac875780036c48fc8da45f626db3a591b309412b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/lorenzwalthert/actions/runs/26827811092"
    }
  ]
}