{
  "_id": "6a4794362f27a93436c0d827",
  "Package": "flashier",
  "Type": "Package",
  "Date": "2026-06-30",
  "Title": "Empirical Bayes Matrix Factorization",
  "Version": "1.0.60",
  "Authors@R": "c(person(\"Jason\", \"Willwerscheid\", role = c(\"aut\", \"cre\"),\nemail = \"jwillwer@providence.edu\"),\nperson(\"Peter\", \"Carbonetto\", role = \"aut\"),\nperson(\"Wei\", \"Wang\", role = \"aut\"),\nperson(\"Matthew\", \"Stephens\", role = \"aut\"),\nperson(\"Eric\", \"Weine\", role = \"ctb\"),\nperson(\"Annie\", \"Xie\", role = \"ctb\"),\nperson(\"Gao\", \"Wang\", role = \"ctb\"))",
  "URL": "https://github.com/willwerscheid/flashier",
  "BugReports": "https://github.com/willwerscheid/flashier/issues",
  "Description": "Implements empirical Bayes matrix factorization (EBMF), a\nflexible modeling framework for matrix factorization based on\nWang and Stephens (2021)\n<https://jmlr.org/papers/v22/20-589.html>. Includes many\npopular matrix factorization methods such as SVD, sparse factor\nanalysis (SFA), non-negative matrix factorization (NMF) and\nsemi-non-negative matrix factorization (semi-NMF) as special\ncases. The model fitting algorithms are implemented using a\nmodular computational framework that efficiently handles a\nvariety of data types.",
  "Remotes": [
    "stephenslab/ebnm",
    "stephenslab/fastTopics"
  ],
  "License": "BSD_3_clause + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libssl-dev",
  "Repository": "https://willwerscheid.r-universe.dev",
  "Date/Publication": "2026-07-01 02:46:25 UTC",
  "RemoteUrl": "https://github.com/willwerscheid/flashier",
  "RemoteRef": "HEAD",
  "RemoteSha": "fd44811ab22d61ee905e1964175571c452fe7683",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-01 06:33:00 UTC",
    "User": "root"
  },
  "Author": "Jason Willwerscheid [aut, cre],\nPeter Carbonetto [aut],\nWei Wang [aut],\nMatthew Stephens [aut],\nEric Weine [ctb],\nAnnie Xie [ctb],\nGao Wang [ctb]",
  "Maintainer": "Jason Willwerscheid <jwillwer@providence.edu>",
  "_user": "willwerscheid",
  "_type": "src",
  "_file": "flashier_1.0.60.tar.gz",
  "_fileid": "https://r2.ropensci.org/f797207cc99ab9a67abcf1d32736adf2c45a9a46e450de5ebb7a08dbdd5230ec",
  "_filesize": 2407632,
  "_sha256": "f797207cc99ab9a67abcf1d32736adf2c45a9a46e450de5ebb7a08dbdd5230ec",
  "_expires": "2026-10-11T10:51:33.000Z",
  "_created": "2026-07-01T06:33:00.000Z",
  "_published": "2026-07-03T10:51:34.641Z",
  "_jobs": [
    {
      "job": 84984354225,
      "time": 244,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8001993382"
    },
    {
      "job": 84984354094,
      "time": 222,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8001985930"
    },
    {
      "job": 84984354095,
      "time": 151,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8001963879"
    },
    {
      "job": 84984354030,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8001964264"
    },
    {
      "job": 84984353542,
      "time": 455,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8001915455"
    },
    {
      "job": 84984353975,
      "time": 199,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8001978548"
    },
    {
      "job": 84984354262,
      "time": 177,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8001972294"
    },
    {
      "job": 84984354098,
      "time": 157,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8001966069"
    },
    {
      "job": 84984354435,
      "time": 179,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8001973196"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577",
  "_status": "success",
  "_upstream": "https://github.com/willwerscheid/flashier",
  "_commit": {
    "id": "fd44811ab22d61ee905e1964175571c452fe7683",
    "author": "Peter Carbonetto <peter.carbonetto@gmail.com>",
    "committer": "Peter Carbonetto <peter.carbonetto@gmail.com>",
    "message": "Small fix to the DESCRIPTION.\n",
    "time": 1782873985
  },
  "_maintainer": {
    "name": "Jason Willwerscheid",
    "email": "jwillwer@providence.edu",
    "login": "willwerscheid",
    "description": "Assistant Professor, Providence College",
    "uuid": 23383067
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "ebnm",
      "version": ">= 0.1-21",
      "role": "Depends"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "softImpute",
      "role": "Imports"
    },
    {
      "package": "irlba",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "ggrepel",
      "role": "Imports"
    },
    {
      "package": "fastTopics",
      "role": "Imports"
    },
    {
      "package": "cowplot",
      "role": "Imports"
    },
    {
      "package": "Polychrome",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "ashr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "RcppML",
      "role": "Suggests"
    },
    {
      "package": "rsvd",
      "role": "Suggests"
    },
    {
      "package": "Rtsne",
      "role": "Suggests"
    }
  ],
  "_owner": "willwerscheid",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2025-50",
      "n": 3
    },
    {
      "week": "2026-19",
      "n": 2
    },
    {
      "week": "2026-27",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 17,
  "_contributors": [
    {
      "user": "willwerscheid",
      "count": 557,
      "uuid": 23383067
    },
    {
      "user": "pcarbo",
      "count": 59,
      "uuid": 1503904
    },
    {
      "user": "xxie6",
      "count": 10,
      "uuid": 58447214
    },
    {
      "user": "eweine",
      "count": 3,
      "uuid": 71828618
    },
    {
      "user": "gaow",
      "count": 1,
      "uuid": 917985
    }
  ],
  "_userbio": {
    "uuid": 23383067,
    "type": "user",
    "name": "Jason Willwerscheid",
    "followers": 10,
    "description": "Assistant Professor, Providence College"
  },
  "_downloads": {
    "count": 435,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/flashier"
  },
  "_devurl": "https://github.com/willwerscheid/flashier",
  "_searchresults": 586,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/flashier.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/willwerscheid/flashier",
  "_realowner": "willwerscheid",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.7",
      "date": "2023-10-17"
    }
  ],
  "_exports": [
    "flash",
    "flash_add_intercept",
    "flash_backfit",
    "flash_clear_timeout",
    "flash_conv_crit_elbo_diff",
    "flash_conv_crit_max_chg",
    "flash_conv_crit_max_chg_F",
    "flash_conv_crit_max_chg_L",
    "flash_ebnm",
    "flash_factors_fix",
    "flash_factors_init",
    "flash_factors_remove",
    "flash_factors_reorder",
    "flash_factors_set_to_zero",
    "flash_factors_unfix",
    "flash_fit",
    "flash_fit_get_elbo",
    "flash_fit_get_est_tau",
    "flash_fit_get_fixed_tau",
    "flash_fit_get_g",
    "flash_fit_get_KL",
    "flash_fit_get_p2m",
    "flash_fit_get_pm",
    "flash_fit_get_tau",
    "flash_greedy",
    "flash_greedy_init_default",
    "flash_greedy_init_irlba",
    "flash_greedy_init_softImpute",
    "flash_init",
    "flash_nullcheck",
    "flash_plot_bar",
    "flash_plot_heatmap",
    "flash_plot_histogram",
    "flash_plot_scatter",
    "flash_plot_scree",
    "flash_plot_structure",
    "flash_set_conv_crit",
    "flash_set_timeout",
    "flash_set_verbose",
    "flash_update_data",
    "flash_verbose_elbo",
    "flash_verbose_elbo_diff",
    "flash_verbose_max_chg",
    "flash_verbose_max_chg_F",
    "flash_verbose_max_chg_L",
    "ldf"
  ],
  "_datasets": [
    {
      "name": "gtex",
      "title": "GTEx data",
      "object": "gtex",
      "class": [
        "matrix",
        "array"
      ],
      "fields": [
        "Adipose_Subcutaneous",
        "Adipose_Visceral_Omentum",
        "Adrenal_Gland",
        "Artery_Aorta",
        "Artery_Coronary",
        "Artery_Tibial",
        "Brain_Anterior_cingulate_cortex_BA24",
        "Brain_Caudate_basal_ganglia",
        "Brain_Cerebellar_Hemisphere",
        "Brain_Cerebellum",
        "Brain_Cortex",
        "Brain_Frontal_Cortex_BA9",
        "Brain_Hippocampus",
        "Brain_Hypothalamus",
        "Brain_Nucleus_accumbens_basal_ganglia",
        "Brain_Putamen_basal_ganglia",
        "Breast_Mammary_Tissue",
        "Cells_EBV-transformed_lymphocytes",
        "Cells_Transformed_fibroblasts",
        "Colon_Sigmoid",
        "Colon_Transverse",
        "Esophagus_Gastroesophageal_Junction",
        "Esophagus_Mucosa",
        "Esophagus_Muscularis",
        "Heart_Atrial_Appendage",
        "Heart_Left_Ventricle",
        "Liver",
        "Lung",
        "Muscle_Skeletal",
        "Nerve_Tibial",
        "Ovary",
        "Pancreas",
        "Pituitary",
        "Prostate",
        "Skin_Not_Sun_Exposed_Suprapubic",
        "Skin_Sun_Exposed_Lower_leg",
        "Small_Intestine_Terminal_Ileum",
        "Spleen",
        "Stomach",
        "Testis",
        "Thyroid",
        "Uterus",
        "Vagina",
        "Whole_Blood"
      ],
      "rows": 1000,
      "table": true,
      "tojson": true
    },
    {
      "name": "gtex_colors",
      "title": "Colors for plotting GTEx data",
      "object": "gtex_colors",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "fitted.flash",
      "title": "Fitted method for flash objects",
      "topics": [
        "fitted.flash"
      ]
    },
    {
      "page": "fitted.flash_fit",
      "title": "Fitted method for flash fit objects",
      "topics": [
        "fitted.flash_fit"
      ]
    },
    {
      "page": "flash",
      "title": "Empirical Bayes matrix factorization",
      "topics": [
        "flash"
      ]
    },
    {
      "page": "flash_add_intercept",
      "title": "Add \"intercept\" to a flash object",
      "topics": [
        "flash_add_intercept"
      ]
    },
    {
      "page": "flash_backfit",
      "title": "Backfit a flash object",
      "topics": [
        "flash_backfit"
      ]
    },
    {
      "page": "flash_clear_timeout",
      "title": "Set timeout",
      "topics": [
        "flash_clear_timeout"
      ]
    },
    {
      "page": "flash_conv_crit_elbo_diff",
      "title": "Calculate the difference in ELBO",
      "topics": [
        "flash_conv_crit_elbo_diff"
      ]
    },
    {
      "page": "flash_conv_crit_max_chg",
      "title": "Calculate the maximum absolute difference in scaled loadings and factors",
      "topics": [
        "flash_conv_crit_max_chg"
      ]
    },
    {
      "page": "flash_conv_crit_max_chg_F",
      "title": "Calculate the maximum absolute difference in scaled factors",
      "topics": [
        "flash_conv_crit_max_chg_F"
      ]
    },
    {
      "page": "flash_conv_crit_max_chg_L",
      "title": "Calculate the maximum absolute difference in scaled loadings",
      "topics": [
        "flash_conv_crit_max_chg_L"
      ]
    },
    {
      "page": "flash_ebnm",
      "title": "Construct an EBNM function",
      "topics": [
        "flash_ebnm"
      ]
    },
    {
      "page": "flash_factors_fix",
      "title": "Fix flash factors",
      "topics": [
        "flash_factors_fix"
      ]
    },
    {
      "page": "flash_factors_init",
      "title": "Initialize flash factors at specified values",
      "topics": [
        "flash_factors_init"
      ]
    },
    {
      "page": "flash_factors_remove",
      "title": "Remove factors from a flash object",
      "topics": [
        "flash_factors_remove"
      ]
    },
    {
      "page": "flash_factors_reorder",
      "title": "Reorder factors in a flash object",
      "topics": [
        "flash_factors_reorder"
      ]
    },
    {
      "page": "flash_factors_set_to_zero",
      "title": "Set flash factors to zero",
      "topics": [
        "flash_factors_set_to_zero"
      ]
    },
    {
      "page": "flash_factors_unfix",
      "title": "Unfix flash factors",
      "topics": [
        "flash_factors_unfix"
      ]
    },
    {
      "page": "flash_fit",
      "title": "Extract a flash_fit object",
      "topics": [
        "flash_fit",
        "flash_fit_get_elbo",
        "flash_fit_get_est_tau",
        "flash_fit_get_fixed_tau",
        "flash_fit_get_g",
        "flash_fit_get_KL",
        "flash_fit_get_p2m",
        "flash_fit_get_pm",
        "flash_fit_get_tau"
      ]
    },
    {
      "page": "flash_greedy",
      "title": "Greedily add factors to a flash object",
      "topics": [
        "flash_greedy"
      ]
    },
    {
      "page": "flash_greedy_init_default",
      "title": "Initialize a flash factor",
      "topics": [
        "flash_greedy_init_default"
      ]
    },
    {
      "page": "flash_greedy_init_irlba",
      "title": "Initialize a flash factor using IRLBA",
      "topics": [
        "flash_greedy_init_irlba"
      ]
    },
    {
      "page": "flash_greedy_init_softImpute",
      "title": "Initialize a flash factor using softImpute",
      "topics": [
        "flash_greedy_init_softImpute"
      ]
    },
    {
      "page": "flash_init",
      "title": "Initialize flash object",
      "topics": [
        "flash_init"
      ]
    },
    {
      "page": "flash_nullcheck",
      "title": "Nullcheck flash factors",
      "topics": [
        "flash_nullcheck"
      ]
    },
    {
      "page": "flash_plot_bar",
      "title": "Create bar plots of factors or loadings for a flash fit",
      "topics": [
        "flash_plot_bar"
      ]
    },
    {
      "page": "flash_plot_heatmap",
      "title": "Create heatmap of factors or loadings for a flash fit",
      "topics": [
        "flash_plot_heatmap"
      ]
    },
    {
      "page": "flash_plot_histogram",
      "title": "Create histograms of factors or loadings for a flash fit",
      "topics": [
        "flash_plot_histogram"
      ]
    },
    {
      "page": "flash_plot_scatter",
      "title": "Create scatter plots of factors or loadings for a flash fit",
      "topics": [
        "flash_plot_scatter"
      ]
    },
    {
      "page": "flash_plot_scree",
      "title": "Create a scree plot for a flash fit",
      "topics": [
        "flash_plot_scree"
      ]
    },
    {
      "page": "flash_plot_structure",
      "title": "Create structure plot of factors or loadings for a flash fit",
      "topics": [
        "flash_plot_structure"
      ]
    },
    {
      "page": "flash_set_conv_crit",
      "title": "Set convergence criterion and tolerance parameter",
      "topics": [
        "flash_set_conv_crit"
      ]
    },
    {
      "page": "flash_set_timeout",
      "title": "Set timeout",
      "topics": [
        "flash_set_timeout"
      ]
    },
    {
      "page": "flash_set_verbose",
      "title": "Set verbose output",
      "topics": [
        "flash_set_verbose"
      ]
    },
    {
      "page": "flash_update_data",
      "title": "Update data in a flash object",
      "topics": [
        "flash_update_data"
      ]
    },
    {
      "page": "flash_verbose_elbo",
      "title": "Display the current ELBO",
      "topics": [
        "flash_verbose_elbo"
      ]
    },
    {
      "page": "flash_verbose_elbo_diff",
      "title": "Display the difference in ELBO",
      "topics": [
        "flash_verbose_elbo_diff"
      ]
    },
    {
      "page": "flash_verbose_max_chg",
      "title": "Display the maximum difference in scaled loadings and factors",
      "topics": [
        "flash_verbose_max_chg"
      ]
    },
    {
      "page": "flash_verbose_max_chg_F",
      "title": "Display the maximum difference in scaled factors",
      "topics": [
        "flash_verbose_max_chg_F"
      ]
    },
    {
      "page": "flash_verbose_max_chg_L",
      "title": "Display the maximum difference in scaled loadings",
      "topics": [
        "flash_verbose_max_chg_L"
      ]
    },
    {
      "page": "gtex",
      "title": "GTEx data",
      "topics": [
        "gtex"
      ]
    },
    {
      "page": "gtex_colors",
      "title": "Colors for plotting GTEx data",
      "topics": [
        "gtex_colors"
      ]
    },
    {
      "page": "ldf",
      "title": "LDF method for flash and flash fit objects",
      "topics": [
        "ldf",
        "ldf.flash",
        "ldf.flash_fit"
      ]
    },
    {
      "page": "plot.flash",
      "title": "Plot method for flash objects",
      "topics": [
        "plot.flash"
      ]
    },
    {
      "page": "residuals.flash",
      "title": "Residuals method for flash objects",
      "topics": [
        "residuals.flash"
      ]
    },
    {
      "page": "residuals.flash_fit",
      "title": "Residuals method for flash fit objects",
      "topics": [
        "residuals.flash_fit"
      ]
    }
  ],
  "_readme": "https://github.com/willwerscheid/flashier/raw/HEAD/README.md",
  "_rundeps": [
    "ashr",
    "askpass",
    "base64enc",
    "BH",
    "bslib",
    "cachem",
    "cli",
    "colorspace",
    "cowplot",
    "cpp11",
    "crayon",
    "crosstalk",
    "curl",
    "data.table",
    "deconvolveR",
    "digest",
    "dplyr",
    "dqrng",
    "ebnm",
    "etrunct",
    "evaluate",
    "farver",
    "fastmap",
    "fastTopics",
    "FNN",
    "fontawesome",
    "fs",
    "generics",
    "ggplot2",
    "ggrepel",
    "glue",
    "gtable",
    "gtools",
    "highr",
    "hms",
    "htmltools",
    "htmlwidgets",
    "httr",
    "invgamma",
    "irlba",
    "isoband",
    "jquerylib",
    "jsonlite",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "Matrix",
    "memoise",
    "mime",
    "mixsqp",
    "openssl",
    "otel",
    "pbapply",
    "pillar",
    "pkgconfig",
    "plotly",
    "plyr",
    "Polychrome",
    "prettyunits",
    "progress",
    "promises",
    "purrr",
    "quadprog",
    "R6",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppAnnoy",
    "RcppArmadillo",
    "RcppEigen",
    "RcppParallel",
    "RcppProgress",
    "reshape2",
    "RhpcBLASctl",
    "rlang",
    "rmarkdown",
    "RSpectra",
    "Rtsne",
    "S7",
    "sass",
    "scales",
    "scatterplot3d",
    "sitmo",
    "softImpute",
    "SQUAREM",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "truncnorm",
    "trust",
    "utf8",
    "uwot",
    "vctrs",
    "viridisLite",
    "withr",
    "xfun",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "flashier_closer_look.Rmd",
      "filename": "flashier_closer_look.html",
      "title": "A closer look at flashier",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The EBMF Model",
        "The gtex dataset and the flash() function",
        "Variance structures",
        "Measurement error",
        "Prior families",
        "Backfitting",
        "Sampling from the posterior",
        "Session information"
      ],
      "created": "2024-02-21 17:07:48",
      "modified": "2024-04-30 15:08:03",
      "commits": 2
    },
    {
      "source": "advanced_flashier.Rmd",
      "filename": "advanced_flashier.html",
      "title": "Advanced flashier",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Pipeable interface",
        "Customizing the order of operations",
        "An alternative backfitting method",
        "Troubleshooting: turning off extrapolation",
        "Adding an intercept",
        "Fixed sparsity patterns",
        "Modifying the convergence criterion and verbose output",
        "Writing custom convergence criteria and verbose output functions using flash_fit objects",
        "Writing custom EBNM functions",
        "A recipe for plotting fitting progress",
        "Session information"
      ],
      "created": "2024-02-21 17:07:48",
      "modified": "2024-04-30 18:55:53",
      "commits": 3
    },
    {
      "source": "flashier_single_cell.Rmd",
      "filename": "flashier_single_cell.html",
      "title": "Empirical Bayes non-negative matrix factorization for single-cell RNA-seq data",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Preparing the single-cell data for flashier",
        "Variance regularization",
        "Fit a flashier model",
        "Visualizing the cell matrix",
        "Visualizing the gene matrix",
        "Other notes",
        "Session info"
      ],
      "created": "2024-04-03 20:32:27",
      "modified": "2024-05-06 21:13:17",
      "commits": 24
    },
    {
      "source": "flashier_intro.Rmd",
      "filename": "flashier_intro.html",
      "title": "Introduction to flashier",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Session information",
        "Bibliography"
      ],
      "created": "2024-02-21 17:07:48",
      "modified": "2024-04-30 14:44:20",
      "commits": 3
    }
  ],
  "_score": 8.855679033827634,
  "_indexed": true,
  "_nocasepkg": "flashier",
  "_universes": [
    "willwerscheid"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.60",
      "date": "2026-07-01T06:36:35.000Z",
      "distro": "resolute",
      "commit": "fd44811ab22d61ee905e1964175571c452fe7683",
      "fileid": "https://r2.ropensci.org/609f4cd5b75e86a884b3e79e8146e999e61c1bbae8bc628562e570068ac49a41",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.0.60",
      "date": "2026-07-01T06:36:05.000Z",
      "distro": "resolute",
      "commit": "fd44811ab22d61ee905e1964175571c452fe7683",
      "fileid": "https://r2.ropensci.org/7def4d30e9b92c4c0edb97c9cff06e844b05f67eacb7ea42820b00033c561bc7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.60",
      "date": "2026-07-01T06:35:06.000Z",
      "commit": "fd44811ab22d61ee905e1964175571c452fe7683",
      "fileid": "https://r2.ropensci.org/921d9b1c375dbc8e4201e251c45de2a7b0a6d354871b69c4e9a10b9d3e1f0144",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.0.60",
      "date": "2026-07-01T06:35:07.000Z",
      "commit": "fd44811ab22d61ee905e1964175571c452fe7683",
      "fileid": "https://r2.ropensci.org/6a39db9f17b7bb73997a7fad2b8e76c7eb35257b1900342e44a532583df1f37a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.60",
      "date": "2026-07-01T06:36:49.000Z",
      "commit": "fd44811ab22d61ee905e1964175571c452fe7683",
      "fileid": "https://r2.ropensci.org/701178062e97f2f375d8402fdcba84c50a808cdfb257d7cc8e506e9fa5b24d75",
      "status": "success",
      "buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.60",
      "date": "2026-07-01T06:34:59.000Z",
      "commit": "fd44811ab22d61ee905e1964175571c452fe7683",
      "fileid": "https://r2.ropensci.org/0a238c6deaaecdfb374e69d74925c2bb971eed0d0d818db0027e6bd47efab986",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.60",
      "date": "2026-07-01T06:34:45.000Z",
      "commit": "fd44811ab22d61ee905e1964175571c452fe7683",
      "fileid": "https://r2.ropensci.org/1ddc297aeb619656e6eccfdb81e85a18db0c45f78e4287b7fba613d8bf6e314e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.0.60",
      "date": "2026-07-01T06:35:07.000Z",
      "commit": "fd44811ab22d61ee905e1964175571c452fe7683",
      "fileid": "https://r2.ropensci.org/86023cebc0859d5a7534d604c1c5d816058f67580819d2e2eda6cbb5033b7497",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/willwerscheid/actions/runs/28498076577"
    }
  ]
}