{
  "_id": "6a59c8ad09eb0996dd68dc9b",
  "Package": "mllrnrs",
  "Title": "R6-Based ML Learners for 'mlexperiments'",
  "Version": "0.0.8",
  "Authors@R": "person(\"Lorenz A.\", \"Kapsner\", , \"lorenz.kapsner@gmail.com\", role = c(\"cre\", \"aut\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-1866-860X\"))",
  "Description": "Enhances 'mlexperiments'\n<https://CRAN.R-project.org/package=mlexperiments> with\nadditional machine learning ('ML') learners. The package\nprovides R6-based learners for the following algorithms:\n'glmnet' <https://CRAN.R-project.org/package=glmnet>, 'ranger'\n<https://CRAN.R-project.org/package=ranger>, 'xgboost'\n<https://CRAN.R-project.org/package=xgboost>, and 'lightgbm'\n<https://CRAN.R-project.org/package=lightgbm>. These can be\nused directly with the 'mlexperiments' R package.",
  "License": "GPL (>= 3)",
  "URL": "https://github.com/kapsner/mllrnrs",
  "BugReports": "https://github.com/kapsner/mllrnrs/issues",
  "VignetteBuilder": "quarto",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "false",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "SystemRequirements": "Quarto command line tools\n(https://github.com/quarto-dev/quarto-cli).",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev",
  "Repository": "https://kapsner.r-universe.dev",
  "Date/Publication": "2026-01-16 20:25:10 UTC",
  "RemoteUrl": "https://github.com/kapsner/mllrnrs",
  "RemoteRef": "HEAD",
  "RemoteSha": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-17 06:09:50 UTC",
    "User": "root"
  },
  "Author": "Lorenz A. Kapsner [cre, aut, cph] (ORCID:\n<https://orcid.org/0000-0003-1866-860X>)",
  "Maintainer": "Lorenz A. Kapsner <lorenz.kapsner@gmail.com>",
  "_user": "kapsner",
  "_type": "src",
  "_file": "mllrnrs_0.0.8.tar.gz",
  "_fileid": "https://r2.ropensci.org/5ed3bce785b01ab7c167c8b78f14f363aeac7ff9e1f45f44e535d151f68d473e",
  "_filesize": 288501,
  "_sha256": "5ed3bce785b01ab7c167c8b78f14f363aeac7ff9e1f45f44e535d151f68d473e",
  "_expires": "2026-10-25T06:16:10.000Z",
  "_created": "2026-07-17T06:09:50.000Z",
  "_published": "2026-07-17T06:16:13.655Z",
  "_jobs": [
    {
      "job": 87818082039,
      "time": 334,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8398703900"
    },
    {
      "job": 87818082044,
      "time": 318,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8398699759"
    },
    {
      "job": 87818082081,
      "time": 195,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8398664242"
    },
    {
      "job": 87818082099,
      "time": 224,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8398672320"
    },
    {
      "job": 87817376143,
      "time": 302,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8398611667"
    },
    {
      "job": 87818082040,
      "time": 151,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8398652649"
    },
    {
      "job": 87818082097,
      "time": 298,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8398694035"
    },
    {
      "job": 87818082086,
      "time": 303,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8398695567"
    },
    {
      "job": 87818082073,
      "time": 311,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8398697596"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049",
  "_status": "success",
  "_upstream": "https://github.com/kapsner/mllrnrs",
  "_commit": {
    "id": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
    "author": "kapsner <lorenz.kapsner@gmail.com>",
    "committer": "kapsner <lorenz.kapsner@gmail.com>",
    "message": "chore: updated pre-commit-config\n",
    "time": 1768595110
  },
  "_maintainer": {
    "name": "Lorenz A. Kapsner",
    "email": "lorenz.kapsner@gmail.com",
    "login": "kapsner",
    "orcid": "0000-0003-1866-860X",
    "description": "Medical Data Scientist.",
    "uuid": 44973495
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "kdry",
      "role": "Imports"
    },
    {
      "package": "mlexperiments",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "lightgbm",
      "version": ">= 4.0.0",
      "role": "Suggests"
    },
    {
      "package": "lintr",
      "role": "Suggests"
    },
    {
      "package": "measures",
      "role": "Suggests"
    },
    {
      "package": "mlbench",
      "role": "Suggests"
    },
    {
      "package": "parallel",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "ranger",
      "role": "Suggests"
    },
    {
      "package": "rBayesianOptimization",
      "role": "Suggests"
    },
    {
      "package": "splitTools",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.1",
      "role": "Suggests"
    },
    {
      "package": "xgboost",
      "version": ">= 3.1.2.1",
      "role": "Suggests"
    }
  ],
  "_owner": "kapsner",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-36",
      "n": 7
    },
    {
      "week": "2025-37",
      "n": 3
    },
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2025-42",
      "n": 3
    },
    {
      "week": "2025-46",
      "n": 2
    },
    {
      "week": "2025-49",
      "n": 6
    },
    {
      "week": "2026-03",
      "n": 8
    }
  ],
  "_tags": [
    {
      "name": "v0.0.6",
      "date": "2025-09-08"
    },
    {
      "name": "v0.0.7",
      "date": "2025-12-03"
    },
    {
      "name": "v0.0.8",
      "date": "2026-01-16"
    }
  ],
  "_topics": [
    "algorithms",
    "experiments",
    "glmnet",
    "learner",
    "lightgbm",
    "machine-learning",
    "ranger",
    "xgboost",
    "quarto"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "kapsner",
      "count": 138,
      "uuid": 44973495
    }
  ],
  "_userbio": {
    "uuid": 44973495,
    "type": "user",
    "name": "kapsner",
    "followers": 57,
    "description": "Medical Data Scientist."
  },
  "_downloads": {
    "count": 233,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mllrnrs"
  },
  "_devurl": "https://github.com/kapsner/mllrnrs",
  "_searchresults": 38,
  "_quarto": true,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mllrnrs.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/kapsner/mllrnrs",
  "_realowner": "kapsner",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.2",
      "date": "2023-07-18"
    },
    {
      "version": "0.0.3",
      "date": "2024-03-07"
    },
    {
      "version": "0.0.4",
      "date": "2024-07-05"
    },
    {
      "version": "0.0.5",
      "date": "2025-03-05"
    },
    {
      "version": "0.0.6",
      "date": "2025-09-08"
    },
    {
      "version": "0.0.7",
      "date": "2025-12-11"
    },
    {
      "version": "0.0.8",
      "date": "2026-01-17"
    }
  ],
  "_exports": [
    "LearnerGlmnet",
    "LearnerLightgbm",
    "LearnerRanger",
    "LearnerXgboost"
  ],
  "_help": [
    {
      "page": "LearnerGlmnet",
      "title": "R6 Class to construct a Glmnet learner",
      "topics": [
        "LearnerGlmnet"
      ]
    },
    {
      "page": "LearnerLightgbm",
      "title": "R6 Class to construct a LightGBM learner",
      "topics": [
        "LearnerLightgbm"
      ]
    },
    {
      "page": "LearnerRanger",
      "title": "R6 Class to construct a Ranger learner",
      "topics": [
        "LearnerRanger"
      ]
    },
    {
      "page": "LearnerXgboost",
      "title": "R6 Class to construct a Xgboost learner",
      "topics": [
        "LearnerXgboost"
      ]
    }
  ],
  "_readme": "https://github.com/kapsner/mllrnrs/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "cluster",
    "codetools",
    "colorspace",
    "cpp11",
    "crayon",
    "data.table",
    "digest",
    "doParallel",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "foreach",
    "foreign",
    "Formula",
    "fs",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "highr",
    "Hmisc",
    "hms",
    "htmlTable",
    "htmltools",
    "htmlwidgets",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "kdry",
    "knitr",
    "labeling",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "mlexperiments",
    "nnet",
    "pkgconfig",
    "prettyunits",
    "progress",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "rlang",
    "rmarkdown",
    "rpart",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "splitTools",
    "stringi",
    "stringr",
    "tinytex",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "mllrnrs_glmnet_binary.qmd",
      "filename": "mllrnrs_glmnet_binary.html",
      "title": "glmnet: Binary Classification",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_glmnet_multiclass.qmd",
      "filename": "mllrnrs_glmnet_multiclass.html",
      "title": "glmnet: Multiclass Classification",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset",
        "Appendix I: Grid-Search with Target Weigths",
        "Appendix II: k-Fold Cross Validation with Target Weigths"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_glmnet_regression.qmd",
      "filename": "mllrnrs_glmnet_regression.html",
      "title": "glmnet: Regression",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_lightgbm_binary.qmd",
      "filename": "mllrnrs_lightgbm_binary.html",
      "title": "lightgbm: Binary Classification",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_lightgbm_multiclass.qmd",
      "filename": "mllrnrs_lightgbm_multiclass.html",
      "title": "lightgbm: Multiclass Classification",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset",
        "Appendix I: Grid-Search with Target Weigths",
        "Appendix II: k-Fold Cross Validation with Target Weigths"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_lightgbm_regression.qmd",
      "filename": "mllrnrs_lightgbm_regression.html",
      "title": "lightgbm: Regression",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_ranger_binary.qmd",
      "filename": "mllrnrs_ranger_binary.html",
      "title": "ranger: Binary Classification",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_ranger_multiclass.qmd",
      "filename": "mllrnrs_ranger_multiclass.html",
      "title": "ranger: Multiclass Classification",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset",
        "Appendix I: Grid-Search with Target Weigths",
        "Appendix II: k-Fold Cross Validation with Target Weigths"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_ranger_regression.qmd",
      "filename": "mllrnrs_ranger_regression.html",
      "title": "ranger: Regression",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 4
    },
    {
      "source": "mllrnrs_xgboost_binary.qmd",
      "filename": "mllrnrs_xgboost_binary.html",
      "title": "xgboost: Binary Classification",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 5
    },
    {
      "source": "mllrnrs_xgboost_multiclass.qmd",
      "filename": "mllrnrs_xgboost_multiclass.html",
      "title": "xgboost: Multiclass Classification",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset",
        "Appendix I: Grid-Search with Target Weigths",
        "Appendix II: k-Fold Cross Validation with Target Weigths"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 6
    },
    {
      "source": "mllrnrs_xgboost_regression.qmd",
      "filename": "mllrnrs_xgboost_regression.html",
      "title": "xgboost: Regression",
      "engine": "quarto::html",
      "headings": [
        "Preprocessing",
        "Import and Prepare Data",
        "General Configurations",
        "Generate Training- and Test Data",
        "Generate Training Data Folds",
        "Experiments",
        "Prepare Experiments",
        "Hyperparameter Tuning",
        "Grid Search",
        "Bayesian Optimization",
        "k-Fold Cross Validation",
        "Nested Cross Validation",
        "Inner Grid Search",
        "Inner Bayesian Optimization",
        "Holdout Test Dataset Performance",
        "Predict Outcome in Holdout Test Dataset",
        "Evaluate Performance on Holdout Test Dataset"
      ],
      "created": "2024-05-29 15:55:34",
      "modified": "2026-01-15 16:23:16",
      "commits": 5
    }
  ],
  "_score": 6.981184137398355,
  "_indexed": true,
  "_nocasepkg": "mllrnrs",
  "_universes": [
    "kapsner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.8",
      "date": "2026-07-17T06:12:59.000Z",
      "distro": "resolute",
      "commit": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
      "fileid": "https://r2.ropensci.org/b0934b3770cc9bb445993204cc79888238f38554e5d23f46860ee1130cf8614c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.8",
      "date": "2026-07-17T06:12:33.000Z",
      "distro": "resolute",
      "commit": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
      "fileid": "https://r2.ropensci.org/05325172092929b245a761cc40848ffb4b75561124e8a7e7a6b167a4cf494545",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.8",
      "date": "2026-07-17T06:12:04.000Z",
      "commit": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
      "fileid": "https://r2.ropensci.org/c704093a518463e48a95ac079e0d07d6786da257df564d39886df5026e863b2c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.8",
      "date": "2026-07-17T06:12:13.000Z",
      "commit": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
      "fileid": "https://r2.ropensci.org/3b34c7507e0c5049c3f43a58900bddc32c33dbd0aeeccb07f0622debf49bb332",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.8",
      "date": "2026-07-17T06:12:44.000Z",
      "commit": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
      "fileid": "https://r2.ropensci.org/7be5b87e298d1c3b07f81df4d0922dbbb1b0173ec1acd2a2671f13a80137a2c6",
      "status": "success",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.8",
      "date": "2026-07-17T06:11:31.000Z",
      "commit": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
      "fileid": "https://r2.ropensci.org/0cc78ee2c38852d2287fc73ba12b7d72e7d56b4b040f3e61ff2a8975e877b451",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.8",
      "date": "2026-07-17T06:11:47.000Z",
      "commit": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
      "fileid": "https://r2.ropensci.org/b2ce4d1e9ff1e22d4f52123a99c28367055c6c0da3093ddf388d35a645fac4ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.8",
      "date": "2026-07-17T06:11:37.000Z",
      "commit": "fee2c9d9eb9b60e76c7cc93ad27becacf17a924d",
      "fileid": "https://r2.ropensci.org/9869faedc3a54246f802aa0872e46610baaf3b14165d7311df38cf993d611f99",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/kapsner/actions/runs/29559032049"
    }
  ]
}