{
  "_id": "6a1049ceacfb0bcc41c9f8dd",
  "Package": "chronicler",
  "Title": "Add Logging to Functions",
  "Version": "0.3.0",
  "Authors@R": "c(\nperson(\"Bruno\", \"Rodrigues\", , \"bruno@brodrigues.co\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-3211-3689\")),\nperson(\"Matouš\", \"Eibich\", , \"matous.eibich@seznam.cz\", role = \"ctb\")\n)",
  "Description": "Decorate functions to make them return enhanced output.\nThe enhanced output consists in an object of type 'chronicle'\ncontaining the result of the function applied to its arguments,\nas well as a log detailing when the function was run, what were\nits inputs, what were the errors (if the function failed to\nrun) and other useful information. Tools to handle decorated\nfunctions are included, such as a forward pipe operator that\nmakes chaining decorated functions possible.",
  "License": "GPL (>= 3)",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "LazyData": "TRUE",
  "Config/testthat/edition": "3",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Repository": "https://b-rodrigues.r-universe.dev",
  "Date/Publication": "2026-01-10 12:40:34 UTC",
  "RemoteUrl": "https://github.com/b-rodrigues/chronicler",
  "RemoteRef": "HEAD",
  "RemoteSha": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-10 08:29:10 UTC",
    "User": "root"
  },
  "Author": "Bruno Rodrigues [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-3211-3689>),\nMatouš Eibich [ctb]",
  "Maintainer": "Bruno Rodrigues <bruno@brodrigues.co>",
  "MD5sum": "0cb430a238ba77045c4201339818272f",
  "_user": "b-rodrigues",
  "_type": "src",
  "_file": "chronicler_0.3.0.tar.gz",
  "_fileid": "eff3c9ae589a2fe1b33133b2bea50ca193f7b78baf1d9a185b684b1957b979bb",
  "_filesize": 582518,
  "_sha256": "eff3c9ae589a2fe1b33133b2bea50ca193f7b78baf1d9a185b684b1957b979bb",
  "_created": "2026-05-10T08:29:10.000Z",
  "_published": "2026-05-22T12:19:26.146Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77377985911,
      "time": 149,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902322496"
    },
    {
      "job": 77377985734,
      "time": 140,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902322206"
    },
    {
      "job": 77377986118,
      "time": 103,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902402288"
    },
    {
      "job": 77377985878,
      "time": 97,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902422090"
    },
    {
      "job": 77377985260,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902308367"
    },
    {
      "job": 77377985143,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160300094"
    },
    {
      "job": 77377986021,
      "time": 97,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902317682"
    },
    {
      "job": 77377985894,
      "time": 99,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902317818"
    },
    {
      "job": 77377985643,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902318473"
    }
  ],
  "_buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/b-rodrigues/chronicler",
  "_commit": {
    "id": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
    "author": "github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
    "committer": "github-actions[bot] <github-actions[bot]@users.noreply.github.com>",
    "message": "Update package context [skip ci]\n",
    "time": 1768048834
  },
  "_maintainer": {
    "name": "Bruno Rodrigues",
    "email": "bruno@brodrigues.co",
    "login": "b-rodrigues",
    "mastodon": "@brodriguesco@fosstodon.org",
    "bluesky": "@brodriguesco.bsky.social",
    "orcid": "0000-0002-3211-3689",
    "twitter": "@brodriguesco",
    "uuid": 2998834
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "diffobj",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "maybe",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "clipr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "openxlsx",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    }
  ],
  "_owner": "b-rodrigues",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-33",
      "n": 40
    },
    {
      "week": "2025-34",
      "n": 3
    },
    {
      "week": "2026-02",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 55,
  "_contributors": [
    {
      "user": "b-rodrigues",
      "count": 123,
      "uuid": 2998834
    },
    {
      "user": "matouseibich",
      "count": 35,
      "uuid": 80744518
    },
    {
      "user": "armcn",
      "count": 1,
      "uuid": 91022923
    },
    {
      "user": "davisvaughan",
      "count": 1,
      "uuid": 19150088
    }
  ],
  "_userbio": {
    "uuid": 2998834,
    "type": "user",
    "name": "Bruno Rodrigues"
  },
  "_downloads": {
    "count": 249,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/chronicler"
  },
  "_devurl": "https://github.com/b-rodrigues/chronicler",
  "_searchresults": 37,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/chronicler.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/b-rodrigues/chronicler",
  "_realowner": "b-rodrigues",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2022-05-17"
    },
    {
      "version": "0.2.1",
      "date": "2023-02-03"
    },
    {
      "version": "0.2.2",
      "date": "2024-03-20"
    },
    {
      "version": "0.3.0",
      "date": "2025-08-18"
    }
  ],
  "_exports": [
    "%>=%",
    "as_chronicle",
    "bind_record",
    "check_diff",
    "check_g",
    "flatten_record",
    "fmap_record",
    "is_chronicle",
    "purely",
    "read_log",
    "record",
    "record_ggplot",
    "record_many",
    "unveil",
    "write_chronicle_df",
    "zap_log"
  ],
  "_datasets": [
    {
      "name": "avia",
      "title": "avia Air passenger transport between the main airports of Luxembourg and their main partner airports",
      "object": "avia",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "freq,unit,tra_meas,airp_pr\\TIME_PERIOD",
        "1993",
        "1994",
        "1995",
        "1996",
        "1997",
        "1998",
        "1999",
        "2000",
        "2001",
        "2002",
        "2003",
        "2004",
        "2005",
        "2005-01",
        "2005-02",
        "2005-03",
        "2005-04",
        "2005-05",
        "2005-06",
        "2005-07",
        "2005-08",
        "2005-09",
        "2005-10",
        "2005-11",
        "2005-12",
        "2005-Q1",
        "2005-Q2",
        "2005-Q3",
        "2005-Q4",
        "2006",
        "2006-01",
        "2006-02",
        "2006-03",
        "2006-04",
        "2006-05",
        "2006-06",
        "2006-07",
        "2006-08",
        "2006-09",
        "2006-10",
        "2006-11",
        "2006-12",
        "2006-Q1",
        "2006-Q2",
        "2006-Q3",
        "2006-Q4",
        "2007",
        "2007-01",
        "2007-02",
        "2007-03",
        "2007-04",
        "2007-05",
        "2007-06",
        "2007-07",
        "2007-08",
        "2007-09",
        "2007-10",
        "2007-11",
        "2007-12",
        "2007-Q1",
        "2007-Q2",
        "2007-Q3",
        "2007-Q4",
        "2008",
        "2008-01",
        "2008-02",
        "2008-03",
        "2008-04",
        "2008-05",
        "2008-06",
        "2008-07",
        "2008-08",
        "2008-09",
        "2008-10",
        "2008-11",
        "2008-12",
        "2008-Q1",
        "2008-Q2",
        "2008-Q3",
        "2008-Q4",
        "2009",
        "2009-01",
        "2009-02",
        "2009-03",
        "2009-04",
        "2009-05",
        "2009-06",
        "2009-07",
        "2009-08",
        "2009-09",
        "2009-10",
        "2009-11",
        "2009-12",
        "2009-Q1",
        "2009-Q2",
        "2009-Q3",
        "2009-Q4",
        "2010",
        "2010-01",
        "2010-02",
        "2010-03",
        "2010-04",
        "2010-05",
        "2010-06",
        "2010-07",
        "2010-08",
        "2010-09",
        "2010-10",
        "2010-11",
        "2010-12",
        "2010-Q1",
        "2010-Q2",
        "2010-Q3",
        "2010-Q4",
        "2011",
        "2011-01",
        "2011-02",
        "2011-03",
        "2011-04",
        "2011-05",
        "2011-06",
        "2011-07",
        "2011-08",
        "2011-09",
        "2011-10",
        "2011-11",
        "2011-12",
        "2011-Q1",
        "2011-Q2",
        "2011-Q3",
        "2011-Q4",
        "2012",
        "2012-01",
        "2012-02",
        "2012-03",
        "2012-04",
        "2012-05",
        "2012-06",
        "2012-07",
        "2012-08",
        "2012-09",
        "2012-10",
        "2012-11",
        "2012-12",
        "2012-Q1",
        "2012-Q2",
        "2012-Q3",
        "2012-Q4",
        "2013",
        "2013-01",
        "2013-02",
        "2013-03",
        "2013-04",
        "2013-05",
        "2013-06",
        "2013-07",
        "2013-08",
        "2013-09",
        "2013-10",
        "2013-11",
        "2013-12",
        "2013-Q1",
        "2013-Q2",
        "2013-Q3",
        "2013-Q4",
        "2014",
        "2014-01",
        "2014-02",
        "2014-03",
        "2014-04",
        "2014-05",
        "2014-06",
        "2014-07",
        "2014-08",
        "2014-09",
        "2014-10",
        "2014-11",
        "2014-12",
        "2014-Q1",
        "2014-Q2",
        "2014-Q3",
        "2014-Q4",
        "2015",
        "2015-01",
        "2015-02",
        "2015-03",
        "2015-04",
        "2015-05",
        "2015-06",
        "2015-07",
        "2015-08",
        "2015-09",
        "2015-10",
        "2015-11",
        "2015-12",
        "2015-Q1",
        "2015-Q2",
        "2015-Q3",
        "2015-Q4",
        "2016",
        "2016-01",
        "2016-02",
        "2016-03",
        "2016-04",
        "2016-05",
        "2016-06",
        "2016-07",
        "2016-08",
        "2016-09",
        "2016-10",
        "2016-11",
        "2016-12",
        "2016-Q1",
        "2016-Q2",
        "2016-Q3",
        "2016-Q4",
        "2017",
        "2017-01",
        "2017-02",
        "2017-03",
        "2017-04",
        "2017-05",
        "2017-06",
        "2017-07",
        "2017-08",
        "2017-09",
        "2017-10",
        "2017-11",
        "2017-12",
        "2017-Q1",
        "2017-Q2",
        "2017-Q3",
        "2017-Q4",
        "2018",
        "2018-01",
        "2018-02",
        "2018-03",
        "2018-04",
        "2018-05",
        "2018-06",
        "2018-07",
        "2018-08",
        "2018-09",
        "2018-10",
        "2018-11",
        "2018-12",
        "2018-Q1",
        "2018-Q2",
        "2018-Q3",
        "2018-Q4",
        "2019",
        "2019-01",
        "2019-02",
        "2019-03",
        "2019-04",
        "2019-05",
        "2019-06",
        "2019-07",
        "2019-08",
        "2019-09",
        "2019-10",
        "2019-11",
        "2019-12",
        "2019-Q1",
        "2019-Q2",
        "2019-Q3",
        "2019-Q4",
        "2020",
        "2020-01",
        "2020-02",
        "2020-03",
        "2020-04",
        "2020-05",
        "2020-06",
        "2020-07",
        "2020-08",
        "2020-09",
        "2020-10",
        "2020-11",
        "2020-12",
        "2020-Q1",
        "2020-Q2",
        "2020-Q3",
        "2020-Q4",
        "2021",
        "2021-01",
        "2021-02",
        "2021-03",
        "2021-04",
        "2021-05",
        "2021-06",
        "2021-07",
        "2021-08",
        "2021-09",
        "2021-10",
        "2021-11",
        "2021-12",
        "2021-Q1",
        "2021-Q2",
        "2021-Q3",
        "2021-Q4",
        "2022",
        "2022-01",
        "2022-02",
        "2022-03",
        "2022-04",
        "2022-05",
        "2022-06",
        "2022-07",
        "2022-08",
        "2022-09",
        "2022-10",
        "2022-11",
        "2022-12",
        "2022-Q1",
        "2022-Q2",
        "2022-Q3",
        "2022-Q4",
        "2023-01",
        "2023-02",
        "2023-03",
        "2023-04",
        "2023-05",
        "2023-06",
        "2023-07",
        "2023-08",
        "2023-09",
        "2023-10",
        "2023-Q1",
        "2023-Q2",
        "2023-Q3"
      ],
      "rows": 1434,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "grapes-greater-than-equals-grapes",
      "title": "Pipe a chronicle object to a decorated function.",
      "topics": [
        "%>=%"
      ]
    },
    {
      "page": "as_chronicle",
      "title": "Coerce an object to a chronicle object.",
      "topics": [
        "as_chronicle"
      ]
    },
    {
      "page": "as.data.frame.chronicle",
      "title": "Coerce a chronicle object to a data.frame",
      "topics": [
        "as.data.frame.chronicle"
      ]
    },
    {
      "page": "avia",
      "title": "avia Air passenger transport between the main airports of Luxembourg and their main partner airports",
      "topics": [
        "avia"
      ]
    },
    {
      "page": "bind_record",
      "title": "Evaluate a decorated function; used to chain multiple decorated functions.",
      "topics": [
        "bind_record"
      ]
    },
    {
      "page": "check_diff",
      "title": "Check the output of the diff column",
      "topics": [
        "check_diff"
      ]
    },
    {
      "page": "check_g",
      "title": "Check the output of the .g function",
      "topics": [
        "check_g"
      ]
    },
    {
      "page": "flatten_record",
      "title": "Flatten nested chronicle objects",
      "topics": [
        "flatten_record"
      ]
    },
    {
      "page": "fmap_record",
      "title": "Evaluate a non-chronicle function on a chronicle object.",
      "topics": [
        "fmap_record"
      ]
    },
    {
      "page": "is_chronicle",
      "title": "Checks whether an object is of class \"chronicle\"",
      "topics": [
        "is_chronicle"
      ]
    },
    {
      "page": "print.chronicle",
      "title": "Print method for chronicle objects.",
      "topics": [
        "print.chronicle"
      ]
    },
    {
      "page": "purely",
      "title": "Capture all errors, warnings and messages.",
      "topics": [
        "purely"
      ]
    },
    {
      "page": "read_log",
      "title": "Read and display the log of a chronicle",
      "topics": [
        "read_log"
      ]
    },
    {
      "page": "record",
      "title": "Decorates a function to output objects of type 'chronicle'.",
      "topics": [
        "record"
      ]
    },
    {
      "page": "record_ggplot",
      "title": "Record a ggplot expression",
      "topics": [
        "record_ggplot"
      ]
    },
    {
      "page": "record_many",
      "title": "Decorate a list of functions",
      "topics": [
        "record_many"
      ]
    },
    {
      "page": "unveil",
      "title": "Retrieve an element from a chronicle object.",
      "topics": [
        "unveil"
      ]
    },
    {
      "page": "write_chronicle_df",
      "title": "Write a chronicler Data Frame object to a file",
      "topics": [
        "write_chronicle_df"
      ]
    },
    {
      "page": "zap_log",
      "title": "Zap the log of a chronicle object",
      "topics": [
        "zap_log"
      ]
    }
  ],
  "_readme": "https://github.com/b-rodrigues/chronicler/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "crayon",
    "diffobj",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "maybe",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "a-non-mathematician-s-introduction-to-monads.Rmd",
      "filename": "a-non-mathematician-s-introduction-to-monads.html",
      "title": "A non-mathematician's introduction to monads",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Monadic laws",
        "First law",
        "Second law",
        "Third law",
        "flatmap() for chronicle objects"
      ],
      "created": "2024-02-14 20:00:11",
      "modified": "2025-08-14 16:00:52",
      "commits": 6
    },
    {
      "source": "a-real-world-example.Rmd",
      "filename": "a-real-world-example.html",
      "title": "A real world example",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2024-02-14 20:00:11",
      "modified": "2025-08-16 12:20:05",
      "commits": 7
    },
    {
      "source": "recording-ggplot.Rmd",
      "filename": "recording-ggplot.html",
      "title": "Recording ggplot Objects with chronicler",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Basic Recording and Inspection",
        "Handling Failures Gracefully",
        "Capturing Errors",
        "Controlling Strictness",
        "Conclusion"
      ],
      "created": "2025-08-14 13:27:20",
      "modified": "2025-08-14 15:20:10",
      "commits": 5
    },
    {
      "source": "the-maybe-monad.Rmd",
      "filename": "the-maybe-monad.html",
      "title": "The Maybe monad",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2024-02-14 20:00:11",
      "modified": "2025-08-14 10:20:17",
      "commits": 4
    }
  ],
  "_score": 7.5638369186645455,
  "_indexed": true,
  "_nocasepkg": "chronicler",
  "_universes": [
    "b-rodrigues"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-10T08:31:20.000Z",
      "distro": "noble",
      "commit": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
      "fileid": "273a37dde4fe365d97bde403a025fd66f1cf78c98034b6caf69f8f6460206529",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-05-10T08:31:19.000Z",
      "distro": "noble",
      "commit": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
      "fileid": "64bd26c357251191c065b56586337e177c8bae3ec124214a1b2c6548caebcfaa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-10T08:44:29.000Z",
      "commit": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
      "fileid": "777e972aededc80538599c75f1d991c30e6019e0b2657afb5b58b470e71e4f18",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-05-10T08:47:22.000Z",
      "commit": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
      "fileid": "9f8283ba531e7ae7c0eb4137d2d880e8b0e260646125c1b4de29e37538682508",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-10T08:30:23.000Z",
      "commit": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
      "fileid": "4e6fd77a8ec04dfa2b482138a28eafe0cc2ddbdd97a0e121dd5d7ded96d1a0f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-10T08:30:20.000Z",
      "commit": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
      "fileid": "fe88f660bb5d9e93c3ef3764286afc31bfc00eced883835021530bb4d9dc1dc2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-05-10T08:30:35.000Z",
      "commit": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
      "fileid": "39d9ade762b636ef9f89d4771c18e27898a1b7729915eff2676806b17095cb1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-05-22T12:19:10.000Z",
      "commit": "cdcbfd1a7b1cb90b9c8fd44675097aec7ef450ba",
      "fileid": "a78c7fd9757385ca0b1f0be70fd5fc7a461a4ac640ccc624a0d439bcd3bdcbf3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/b-rodrigues/actions/runs/25623997355"
    }
  ]
}