{
  "_id": "6a10206eacfb0bcc41c8b9a3",
  "Package": "archivist",
  "Version": "2.3.8",
  "Type": "Package",
  "Title": "Tools for Storing, Restoring and Searching for R Objects",
  "Authors@R": "c(\nperson(\"Przemyslaw\", \"Biecek\", role = c(\"aut\", \"cre\"),\nemail = \"przemyslaw.biecek@gmail.com\"),\nperson(\"Marcin\", \"Kosinski\", role = c(\"aut\"),\nemail = \"m.p.kosinski@gmail.com\"),\nperson(\"Witold\", \"Chodor\", role = c(\"ctb\"),\nemail = \"witoldchodor@gmail.com\")\n)",
  "Description": "Data exploration and modelling is a process in which a lot\nof data artifacts are produced. Artifacts like: subsets, data\naggregates, plots, statistical models, different versions of\ndata sets and different versions of results. The more projects\nwe work with the more artifacts are produced and the harder it\nis to manage these artifacts. Archivist helps to store and\nmanage artifacts created in R. Archivist allows you to store\nselected artifacts as a binary files together with their\nmetadata and relations. Archivist allows to share artifacts\nwith others, either through shared folder or github. Archivist\nallows to look for already created artifacts by using it's\nclass, name, date of the creation or other properties. Makes it\neasy to restore such artifacts. Archivist allows to check if\nnew artifact is the exact copy that was produced some time ago.\nThat might be useful either for testing or caching.",
  "License": "GPL-2",
  "LazyLoad": "yes",
  "Encoding": "UTF-8",
  "URL": "https://pbiecek.github.io/archivist/",
  "BugReports": "https://github.com/pbiecek/archivist/issues",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "make libssl-dev",
  "Repository": "https://pbiecek.r-universe.dev",
  "Date/Publication": "2024-08-10 20:33:12 UTC",
  "RemoteUrl": "https://github.com/pbiecek/archivist",
  "RemoteRef": "HEAD",
  "RemoteSha": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 06:16:24 UTC",
    "User": "root"
  },
  "Author": "Przemyslaw Biecek [aut, cre],\nMarcin Kosinski [aut],\nWitold Chodor [ctb]",
  "Maintainer": "Przemyslaw Biecek <przemyslaw.biecek@gmail.com>",
  "MD5sum": "190b04537c9b8089ac903f6d7ea5c466",
  "_user": "pbiecek",
  "_type": "src",
  "_file": "archivist_2.3.8.tar.gz",
  "_fileid": "35b465383e64bf3ea856d93256ee48c80268f505cc217a3748f8cccac454940b",
  "_filesize": 643862,
  "_sha256": "35b465383e64bf3ea856d93256ee48c80268f505cc217a3748f8cccac454940b",
  "_created": "2026-05-14T06:16:24.000Z",
  "_published": "2026-05-22T09:22:54.378Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77351861285,
      "time": 166,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6988438936"
    },
    {
      "job": 77351861515,
      "time": 159,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6988436094"
    },
    {
      "job": 77351861937,
      "time": 83,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6988419624"
    },
    {
      "job": 77351861301,
      "time": 84,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6988419931"
    },
    {
      "job": 77351860742,
      "time": 221,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6988399975"
    },
    {
      "job": 77351860721,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157161521"
    },
    {
      "job": 77351861803,
      "time": 125,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6988428615"
    },
    {
      "job": 77351861825,
      "time": 102,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6988423733"
    },
    {
      "job": 77351861279,
      "time": 101,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6988423584"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pbiecek/archivist",
  "_commit": {
    "id": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
    "author": "Przemysław Biecek <przemyslaw.biecek@gmail.com>",
    "committer": "Przemysław Biecek <przemyslaw.biecek@gmail.com>",
    "message": "final fixes\n",
    "time": 1723321992
  },
  "_maintainer": {
    "name": "Przemyslaw Biecek",
    "email": "przemyslaw.biecek@gmail.com",
    "login": "pbiecek",
    "twitter": "@PrzeBiec",
    "uuid": 4624318
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "RCurl",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "DBI",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "RSQLite",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "flock",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "pbiecek",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 73,
  "_contributors": [
    {
      "user": "pbiecek",
      "count": 628,
      "uuid": 4624318
    },
    {
      "user": "wchodor",
      "count": 156,
      "uuid": 15180983
    },
    {
      "user": "marcinkosinski",
      "count": 114,
      "uuid": 6773454
    },
    {
      "user": "zzawadz",
      "count": 4,
      "uuid": 3474533
    },
    {
      "user": "adamryczkowski",
      "count": 1,
      "uuid": 4469707
    },
    {
      "user": "greengrassblueocean",
      "count": 1,
      "uuid": 43173895
    },
    {
      "user": "quares",
      "count": 1,
      "uuid": 7707019
    },
    {
      "user": "eliotmcintire",
      "count": 1,
      "uuid": 1100507
    }
  ],
  "_userbio": {
    "uuid": 4624318,
    "type": "user",
    "name": "Przemysław Biecek",
    "description": "I just like to make things. \r\nhttps://mi2.ai/"
  },
  "_downloads": {
    "count": 873,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/archivist"
  },
  "_devurl": "https://github.com/pbiecek/archivist",
  "_pkgdown": "https://pbiecek.github.io/archivist/",
  "_searchresults": 136,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/archivist.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/pbiecek/archivist",
  "_realowner": "pbiecek",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2014-08-31"
    },
    {
      "version": "1.1",
      "date": "2014-09-21"
    },
    {
      "version": "1.2",
      "date": "2014-11-29"
    },
    {
      "version": "1.3",
      "date": "2015-03-01"
    },
    {
      "version": "1.5",
      "date": "2015-07-01"
    },
    {
      "version": "1.6",
      "date": "2015-08-15"
    },
    {
      "version": "1.7",
      "date": "2015-09-25"
    },
    {
      "version": "1.8",
      "date": "2015-11-27"
    },
    {
      "version": "2.0",
      "date": "2016-02-13"
    },
    {
      "version": "2.0.1",
      "date": "2016-02-21"
    },
    {
      "version": "2.0.2",
      "date": "2016-03-04"
    },
    {
      "version": "2.0.3",
      "date": "2016-03-07"
    },
    {
      "version": "2.0.4",
      "date": "2016-05-12"
    },
    {
      "version": "2.1",
      "date": "2016-07-27"
    },
    {
      "version": "2.1.1",
      "date": "2016-11-18"
    },
    {
      "version": "2.1.2",
      "date": "2016-12-31"
    },
    {
      "version": "2.2",
      "date": "2017-11-25"
    },
    {
      "version": "2.3",
      "date": "2018-02-19"
    },
    {
      "version": "2.3.1",
      "date": "2018-04-24"
    },
    {
      "version": "2.3.2",
      "date": "2019-01-02"
    },
    {
      "version": "2.3.4",
      "date": "2019-08-31"
    },
    {
      "version": "2.3.5",
      "date": "2021-02-06"
    },
    {
      "version": "2.3.6",
      "date": "2021-05-20"
    },
    {
      "version": "2.3.8",
      "date": "2024-08-29"
    },
    {
      "version": "2.3.9",
      "date": "2026-03-26"
    }
  ],
  "_exports": [
    "%>%",
    "%a%",
    "addHooksToPrint",
    "addTagsRepo",
    "aformat",
    "ahistory",
    "alink",
    "aoptions",
    "aread",
    "areadLocal",
    "asave",
    "asearch",
    "asearchLocal",
    "asession",
    "atrace",
    "cache",
    "copyLocalRepo",
    "copyRemoteRepo",
    "createEmptyRepo",
    "createLocalRepo",
    "createMDGallery",
    "createPostgresRepo",
    "deleteLocalRepo",
    "deleteRepo",
    "extractData",
    "extractData.default",
    "extractData.ggplot",
    "extractData.glmnet",
    "extractData.htest",
    "extractData.lda",
    "extractData.lm",
    "extractData.partition",
    "extractData.qda",
    "extractData.survfit",
    "extractData.trellis",
    "extractData.twins",
    "extractMiniature",
    "extractTags",
    "getTagsLocal",
    "getTagsRemote",
    "loadFromLocalRepo",
    "loadFromRemoteRepo",
    "multiSearchInLocalRepo",
    "multiSearchInRemoteRepo",
    "removeTagsRepo",
    "restoreLibs",
    "rmFromLocalRepo",
    "rmFromRepo",
    "saveToLocalRepo",
    "saveToRepo",
    "searchInLocalRepo",
    "searchInRemoteRepo",
    "setLocalRepo",
    "setPostgresRepo",
    "setRemoteRepo",
    "shinySearchInLocalRepo",
    "showLocalRepo",
    "showRemoteRepo",
    "splitTagsLocal",
    "splitTagsRemote",
    "summaryLocalRepo",
    "summaryRemoteRepo",
    "zipLocalRepo",
    "zipRemoteRepo"
  ],
  "_help": [
    {
      "page": "magrittr",
      "title": "magrittr - a Forward-Pipe Operator for R",
      "concept": [
        "archivist"
      ],
      "topics": [
        "%a%"
      ]
    },
    {
      "page": "addHooksToPrint",
      "title": "Add 'archivist' Hooks to 'rmarkdown' Reports",
      "concept": [
        "archivist"
      ],
      "topics": [
        "addHooksToPrint"
      ]
    },
    {
      "page": "addTagsRepo",
      "title": "Add new Tags to the Existing Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "addTagsRepo"
      ]
    },
    {
      "page": "aformat",
      "title": "Show Artifact's List of Formats",
      "concept": [
        "archivist"
      ],
      "topics": [
        "aformat"
      ]
    },
    {
      "page": "ahistory",
      "title": "Show Artifact's History",
      "concept": [
        "archivist"
      ],
      "topics": [
        "ahistory"
      ]
    },
    {
      "page": "alink",
      "title": "Return a Link To Download an Artifact Stored on Remote Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "alink"
      ]
    },
    {
      "page": "archivistOptions",
      "title": "Default Options for Archivist",
      "concept": [
        "archivist"
      ],
      "topics": [
        "aoptions"
      ]
    },
    {
      "page": "aread",
      "title": "Read Artifacts Given as md5hashes from the Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "aread"
      ]
    },
    {
      "page": "areadLocal",
      "title": "Read Artifacts Given as md5hashes from the Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "areadLocal"
      ]
    },
    {
      "page": "asearch",
      "title": "Read Artifacts Given as a List of Tags",
      "concept": [
        "archivist"
      ],
      "topics": [
        "asearch"
      ]
    },
    {
      "page": "asearchLocal",
      "title": "Read Artifacts Given as a List of Tags",
      "concept": [
        "archivist"
      ],
      "topics": [
        "asearchLocal"
      ]
    },
    {
      "page": "asession",
      "title": "Show Artifact's Session Info",
      "concept": [
        "archivist"
      ],
      "topics": [
        "asession"
      ]
    },
    {
      "page": "atrace",
      "title": "Add Tracing For All Objects Created By Given Function",
      "concept": [
        "archivist"
      ],
      "topics": [
        "atrace"
      ]
    },
    {
      "page": "cache",
      "title": "Enable Caching of the Function Results with the use of Archivist",
      "concept": [
        "archivist"
      ],
      "topics": [
        "cache"
      ]
    },
    {
      "page": "copyToRepo",
      "title": "Copy an Existing Repository into Another Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "copyLocalRepo",
        "copyRemoteRepo"
      ]
    },
    {
      "page": "createEmptyRepo",
      "title": "Create an Empty Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "createEmptyRepo",
        "createLocalRepo",
        "createPostgresRepo"
      ]
    },
    {
      "page": "createMDGallery",
      "title": "Create the Summary for Each Artifact in a Markdown Format",
      "concept": [
        "archivist"
      ],
      "topics": [
        "createMDGallery"
      ]
    },
    {
      "page": "deleteLocalRepo",
      "title": "Delete the Existing Repository from the Given Directory",
      "concept": [
        "archivist"
      ],
      "topics": [
        "deleteLocalRepo",
        "deleteRepo"
      ]
    },
    {
      "page": "extractData",
      "title": "Internal function for extraction of data from objects",
      "topics": [
        "extractData",
        "extractData.default",
        "extractData.ggplot",
        "extractData.glmnet",
        "extractData.htest",
        "extractData.lda",
        "extractData.lm",
        "extractData.partition",
        "extractData.qda",
        "extractData.survfit",
        "extractData.trellis",
        "extractData.twins"
      ]
    },
    {
      "page": "extractMiniature",
      "title": "Internal function for extraction of miniatures",
      "topics": [
        "extractMiniature",
        "extractMiniature.data.frame",
        "extractMiniature.default",
        "extractMiniature.ggplot",
        "extractMiniature.glmnet",
        "extractMiniature.htest",
        "extractMiniature.lda",
        "extractMiniature.lm",
        "extractMiniature.partition",
        "extractMiniature.qda",
        "extractMiniature.recordedplot",
        "extractMiniature.survfit",
        "extractMiniature.trellis",
        "extractMiniature.twins"
      ]
    },
    {
      "page": "extractTags",
      "title": "Internal function for extraction of tags from objects",
      "topics": [
        "extractTags",
        "extractTags.data.frame",
        "extractTags.default",
        "extractTags.ggplot",
        "extractTags.glmnet",
        "extractTags.htest",
        "extractTags.lda",
        "extractTags.lm",
        "extractTags.partition",
        "extractTags.qda",
        "extractTags.summary.lm",
        "extractTags.survfit",
        "extractTags.trellis",
        "extractTags.twins"
      ]
    },
    {
      "page": "getRemoteHook",
      "title": "Get http Hook for Remote Repo",
      "concept": [
        "archivist"
      ],
      "topics": [
        "getRemoteHook"
      ]
    },
    {
      "page": "getTags",
      "title": "Return Tags Corresponding to md5hash",
      "concept": [
        "archivist"
      ],
      "topics": [
        "getTagsLocal",
        "getTagsRemote"
      ]
    },
    {
      "page": "loadFromRepo",
      "title": "Load Artifact Given as a md5hash from a Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "loadFromLocalRepo",
        "loadFromRemoteRepo"
      ]
    },
    {
      "page": "md5hash",
      "title": "md5hash",
      "concept": [
        "archivist"
      ],
      "topics": [
        "md5hash"
      ]
    },
    {
      "page": "removeTagsRepo",
      "title": "Remove Tags from Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "removeTagsRepo"
      ]
    },
    {
      "page": "Repository",
      "title": "Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "Repository"
      ]
    },
    {
      "page": "restoreLibs",
      "title": "Restore Versions of Libraries",
      "concept": [
        "archivist"
      ],
      "topics": [
        "restoreLibs"
      ]
    },
    {
      "page": "rmFromLocalRepo",
      "title": "Remove an Artifact Given as a md5hash from the Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "rmFromLocalRepo",
        "rmFromRepo"
      ]
    },
    {
      "page": "saveToRepo",
      "title": "Save an Artifact into a Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "asave",
        "saveToLocalRepo",
        "saveToRepo"
      ]
    },
    {
      "page": "searchInRepo",
      "title": "Search for an Artifact in the Repository Using Tags",
      "concept": [
        "archivist"
      ],
      "topics": [
        "multiSearchInLocalRepo",
        "multiSearchInRemoteRepo",
        "searchInLocalRepo",
        "searchInRemoteRepo"
      ]
    },
    {
      "page": "setRepo",
      "title": "Set Repository's Global Path",
      "concept": [
        "archivist"
      ],
      "topics": [
        "setLocalRepo",
        "setPostgresRepo",
        "setRemoteRepo"
      ]
    },
    {
      "page": "shinySearchInRepo",
      "title": "Shiny Based Live Search for an Artifact in a Repository Using Tags",
      "concept": [
        "archivist"
      ],
      "topics": [
        "shinySearchInLocalRepo"
      ]
    },
    {
      "page": "showRepo",
      "title": "View the List of Artifacts from the Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "showLocalRepo",
        "showRemoteRepo"
      ]
    },
    {
      "page": "splitTags",
      "title": "Split Tags in Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "splitTagsLocal",
        "splitTagsRemote"
      ]
    },
    {
      "page": "summaryRepo",
      "title": "View the Summary of the Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "summaryLocalRepo",
        "summaryRemoteRepo"
      ]
    },
    {
      "page": "Tags",
      "title": "Tags",
      "concept": [
        "archivist"
      ],
      "topics": [
        "Tags"
      ]
    },
    {
      "page": "zipRepo",
      "title": "Create a zip Archive From an Existing Repository",
      "concept": [
        "archivist"
      ],
      "topics": [
        "zipLocalRepo",
        "zipRemoteRepo"
      ]
    }
  ],
  "_readme": "https://github.com/pbiecek/archivist/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "bitops",
    "blob",
    "cachem",
    "cli",
    "cpp11",
    "curl",
    "DBI",
    "digest",
    "fastmap",
    "flock",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pkgconfig",
    "R6",
    "Rcpp",
    "RCurl",
    "rlang",
    "RSQLite",
    "sys",
    "timechange",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "accessibility.Rmd",
      "filename": "accessibility.html",
      "title": "Accessibility",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2017-03-15 15:41:41",
      "modified": "2017-04-29 00:09:44",
      "commits": 3
    },
    {
      "source": "caching.Rmd",
      "filename": "caching.html",
      "title": "Caching",
      "engine": "knitr::knitr",
      "headings": [
        "Heavyweight function",
        "Cache preparation",
        "How to work with cache",
        "How the cache function works?"
      ],
      "created": "2017-03-15 15:41:41",
      "modified": "2017-04-29 00:09:44",
      "commits": 3
    },
    {
      "source": "chaining.Rmd",
      "filename": "chaining.html",
      "title": "Chaining",
      "engine": "knitr::knitr",
      "headings": [
        "Chaining code",
        "setLocalRepo",
        "Archiving artifacts",
        "Restoring origin code - Artifact's Pedigree"
      ],
      "created": "2014-09-02 18:14:02",
      "modified": "2024-08-10 08:53:33",
      "commits": 8
    },
    {
      "source": "posts.Rmd",
      "filename": "posts.html",
      "title": "Posts",
      "engine": "knitr::knitr",
      "headings": [
        "The list of blog-posts and conference talks about archivist"
      ],
      "created": "2017-03-15 15:41:41",
      "modified": "2021-02-05 23:28:43",
      "commits": 4
    }
  ],
  "_score": 8.620111058888574,
  "_indexed": true,
  "_nocasepkg": "archivist",
  "_universes": [
    "pbiecek"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.3.8",
      "date": "2026-05-14T06:19:06.000Z",
      "distro": "noble",
      "commit": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
      "fileid": "a7d01baf02d85886cbaa68763cb1773ae556159a8c405046ab5cd2c12610ada4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.3.8",
      "date": "2026-05-14T06:18:55.000Z",
      "distro": "noble",
      "commit": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
      "fileid": "c889ad60de8dce29aaa9d8a5ffb2e154ebe3f935be4d2788ee43dcf316c6d6f6",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.3.8",
      "date": "2026-05-14T06:17:54.000Z",
      "commit": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
      "fileid": "98db74b8e8e4b7585f28be47d971e132887378009e48ffd84e26dfc3c5e9d6bb",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.3.8",
      "date": "2026-05-14T06:17:54.000Z",
      "commit": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
      "fileid": "6a46711ac1da6bfd10410dfaea49dc3394658c19525c3c2a2f2f160afe6e3f24",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.3.8",
      "date": "2026-05-14T06:18:12.000Z",
      "commit": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
      "fileid": "d04cbfc42635147aa839f5e9710176ac76377583e7101b5748d7362549ac52c8",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.3.8",
      "date": "2026-05-14T06:17:50.000Z",
      "commit": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
      "fileid": "9d73fca9301f15c6301557b8dcf843165a124e417c0ce0870bb7a82bad86e3b5",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.3.8",
      "date": "2026-05-14T06:17:49.000Z",
      "commit": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
      "fileid": "c712ce82aac7de8e4a7f3fa5381daef97a323452c29f34a29b3b9f701ea46368",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.3.8",
      "date": "2026-05-22T09:22:34.000Z",
      "commit": "9adb54dad3333c6206d6a6e2c964926be0c8ce0f",
      "fileid": "83717e04488f313cb3696541836f262964c1fc94003d780c821a995ccad7cea0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pbiecek/actions/runs/25845020460"
    }
  ]
}