{
  "_id": "6a1f3006b401979e734276ae",
  "Package": "rmcorr",
  "Title": "Repeated Measures Correlation",
  "Version": "0.8.1",
  "Authors@R": "c(\nperson(\"Jonathan Z.\", \"Bakdash\", email = \"jbakdash@gmail.com\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-1409-4779\")\n),\nperson(\"Laura R.\", \"Marusich\", email = \"lmarusich@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-3524-6110\")\n)\n)",
  "Description": "Compute the repeated measures correlation, a statistical\ntechnique for determining the overall within-individual\nrelationship among paired measures assessed on two or more\noccasions, first introduced by Bland and Altman (1995).\nIncludes functions for diagnostics, p-value, effect size with\nconfidence interval including optional bootstrapping, as well\nas graphing. Also includes several example datasets. For more\ndetails, see the web documentation\n<https://lmarusich.github.io/rmcorr/index.html> and the\noriginal paper: Bakdash and Marusich (2017)\n<doi:10.3389/fpsyg.2017.00456>.",
  "License": "GPL-2",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "URL": "https://lmarusich.github.io/rmcorr/,\nhttps://github.com/lmarusich/rmcorr",
  "BugReports": "https://github.com/lmarusich/rmcorr/issues",
  "Repository": "https://lmarusich.r-universe.dev",
  "Date/Publication": "2026-04-15 15:49:11 UTC",
  "RemoteUrl": "https://github.com/lmarusich/rmcorr",
  "RemoteRef": "HEAD",
  "RemoteSha": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 09:04:59 UTC",
    "User": "root"
  },
  "Author": "Jonathan Z. Bakdash [aut] (ORCID:\n<https://orcid.org/0000-0002-1409-4779>),\nLaura R. Marusich [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-3524-6110>)",
  "Maintainer": "Laura R. Marusich <lmarusich@gmail.com>",
  "MD5sum": "5fd971a2f23f228fdd14d83769fde180",
  "_user": "lmarusich",
  "_type": "src",
  "_file": "rmcorr_0.8.1.tar.gz",
  "_fileid": "8898c5a04bcfe09d7bc3c13320936d22853b1bcbed5f745c899abed0b31b99fb",
  "_filesize": 3911984,
  "_sha256": "8898c5a04bcfe09d7bc3c13320936d22853b1bcbed5f745c899abed0b31b99fb",
  "_created": "2026-05-15T09:04:59.000Z",
  "_published": "2026-06-02T19:33:26.150Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79155325261,
      "time": 181,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013705766"
    },
    {
      "job": 79155325072,
      "time": 172,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013703590"
    },
    {
      "job": 79155325719,
      "time": 206,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7013698876"
    },
    {
      "job": 79155324749,
      "time": 215,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013704483"
    },
    {
      "job": 79155324574,
      "time": 345,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013654811"
    },
    {
      "job": 79155324670,
      "time": 167,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367866117"
    },
    {
      "job": 79155324958,
      "time": 94,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7013681531"
    },
    {
      "job": 79155325316,
      "time": 152,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7013698324"
    },
    {
      "job": 79155325117,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7013684528"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lmarusich/rmcorr",
  "_commit": {
    "id": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
    "author": "Jonathan Bakdash <jbakdash@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #27 from lmarusich/dev\n\nUpdate _pkgdown.yml",
    "time": 1776268151
  },
  "_maintainer": {
    "name": "Laura R. Marusich",
    "email": "lmarusich@gmail.com",
    "login": "lmarusich",
    "orcid": "0000-0002-3524-6110",
    "uuid": 8481690
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "psych",
      "role": "Imports"
    },
    {
      "package": "RColorBrewer",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "plotrix",
      "role": "Suggests"
    },
    {
      "package": "lme4",
      "role": "Suggests"
    },
    {
      "package": "merTools",
      "role": "Suggests"
    },
    {
      "package": "pwr",
      "role": "Suggests"
    },
    {
      "package": "AICcmodavg",
      "role": "Suggests"
    },
    {
      "package": "pals",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "role": "Suggests"
    },
    {
      "package": "corrplot",
      "role": "Suggests"
    },
    {
      "package": "cocor",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "ggExtra",
      "role": "Suggests"
    },
    {
      "package": "gglm",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "esc",
      "role": "Suggests"
    },
    {
      "package": "patchwork",
      "role": "Suggests"
    },
    {
      "package": "corrr",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "tidyverse",
      "role": "Suggests"
    },
    {
      "package": "tidymodels",
      "role": "Suggests"
    },
    {
      "package": "modeltests",
      "role": "Suggests"
    },
    {
      "package": "qpdf",
      "role": "Suggests"
    }
  ],
  "_owner": "lmarusich",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-16",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 9,
  "_contributors": [
    {
      "user": "lmarusich",
      "count": 128,
      "uuid": 8481690
    },
    {
      "user": "jbakdash",
      "count": 82,
      "uuid": 7570591
    },
    {
      "user": "fabio-t",
      "count": 2,
      "uuid": 5008927
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 8481690,
    "type": "user",
    "name": "Laura Marusich"
  },
  "_downloads": {
    "count": 4553,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rmcorr"
  },
  "_mentions": 70,
  "_devurl": "https://github.com/lmarusich/rmcorr",
  "_pkgdown": "https://lmarusich.github.io/rmcorr/",
  "_searchresults": 181,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rmcorr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lmarusich/rmcorr",
  "_realowner": "lmarusich",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-08-29"
    },
    {
      "version": "0.2.0",
      "date": "2017-08-23"
    },
    {
      "version": "0.3.0",
      "date": "2018-02-28"
    },
    {
      "version": "0.3.1",
      "date": "2020-05-04"
    },
    {
      "version": "0.4.0",
      "date": "2020-06-28"
    },
    {
      "version": "0.4.1",
      "date": "2020-08-26"
    },
    {
      "version": "0.4.2",
      "date": "2021-03-30"
    },
    {
      "version": "0.4.3",
      "date": "2021-04-01"
    },
    {
      "version": "0.4.4",
      "date": "2021-08-10"
    },
    {
      "version": "0.4.5",
      "date": "2021-12-01"
    },
    {
      "version": "0.4.6",
      "date": "2022-05-02"
    },
    {
      "version": "0.5.0",
      "date": "2022-08-08"
    },
    {
      "version": "0.5.2",
      "date": "2022-08-25"
    },
    {
      "version": "0.5.4",
      "date": "2022-12-14"
    },
    {
      "version": "0.6.0",
      "date": "2023-08-09"
    },
    {
      "version": "0.7.0",
      "date": "2024-07-26"
    }
  ],
  "_exports": [
    "geom_rmc",
    "glance",
    "required_pkgs",
    "rmcorr",
    "rmcorr_mat",
    "tidy"
  ],
  "_datasets": [
    {
      "name": "bland1995",
      "title": "Repeated measurements of intramural pH and PaCO2",
      "object": "bland1995",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Subject",
        "pH",
        "PaCO2"
      ],
      "rows": 47,
      "table": true,
      "tojson": true
    },
    {
      "name": "gilden2010",
      "title": "Repeated measurements of reaction time and accuracy",
      "object": "gilden2010",
      "class": [
        "data.frame"
      ],
      "fields": [
        "sub",
        "block",
        "rt",
        "acc"
      ],
      "rows": 44,
      "table": true,
      "tojson": true
    },
    {
      "name": "HCAHPS2022",
      "title": "Nested and multivariate survey measures of hospital patient experience and other measures",
      "object": "HCAHPS2022",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "State",
        "Region",
        "Communication with Nurses",
        "Communication with Doctors",
        "Responsiveness of Hospital Staff",
        "Communication About Medicines",
        "Cleanliness of Hospital Environment",
        "Quietness of Hospital Environment",
        "Discharge Information",
        "Care Transition",
        "Hospital Rating",
        "Recommend the Hospital",
        "Participating Hospitals",
        "Survey Response Rate"
      ],
      "rows": 53,
      "table": true,
      "tojson": true
    },
    {
      "name": "marusich2016_exp2",
      "title": "Repeated measurements of dyads performance and subjective situation awareness",
      "object": "marusich2016_exp2",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Pair",
        "HVT_capture",
        "MARS",
        "SourceReliablity"
      ],
      "rows": 84,
      "table": true,
      "tojson": true
    },
    {
      "name": "raz2005",
      "title": "Repeated measurements of age and cerebellar volume",
      "object": "raz2005",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Participant",
        "Time",
        "Age",
        "Volume"
      ],
      "rows": 144,
      "table": true,
      "tojson": true
    },
    {
      "name": "twedt_dist_measures",
      "title": "Repeated measures and multivariate measures of perceived distance",
      "object": "twedt_dist_measures",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Subject",
        "Physical Distance",
        "Blindwalk Away",
        "Blindwalk Toward",
        "Triangulated BW",
        "Verbal",
        "Visual matching"
      ],
      "rows": 230,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "bland1995",
      "title": "Repeated measurements of intramural pH and PaCO2",
      "topics": [
        "bland1995"
      ]
    },
    {
      "page": "geom_rmc",
      "title": "geom_rmc: ggplot2 geom for simplified graphing",
      "topics": [
        "geom_rmc"
      ]
    },
    {
      "page": "gilden2010",
      "title": "Repeated measurements of reaction time and accuracy",
      "topics": [
        "gilden2010"
      ]
    },
    {
      "page": "glance.rmc",
      "title": "Glance for a(n) rmcorr object",
      "topics": [
        "glance.rmc"
      ]
    },
    {
      "page": "HCAHPS2022",
      "title": "Nested and multivariate survey measures of hospital patient experience and other measures",
      "topics": [
        "HCAHPS2022"
      ]
    },
    {
      "page": "marusich2016_exp2",
      "title": "Repeated measurements of dyads performance and subjective situation awareness",
      "topics": [
        "marusich2016_exp2"
      ]
    },
    {
      "page": "plot.rmc",
      "title": "Plot the repeated measures correlation coefficient.",
      "topics": [
        "plot.rmc"
      ]
    },
    {
      "page": "print.rmc",
      "title": "Print the results of a repeated measures correlation",
      "topics": [
        "print.rmc"
      ]
    },
    {
      "page": "print.rmcmat",
      "title": "Print the repeated measures correlation matrix",
      "topics": [
        "print.rmcmat"
      ]
    },
    {
      "page": "raz2005",
      "title": "Repeated measurements of age and cerebellar volume",
      "topics": [
        "raz2005"
      ]
    },
    {
      "page": "rmcorr",
      "title": "Calculate the repeated measures correlation coefficient.",
      "topics": [
        "rmcorr"
      ]
    },
    {
      "page": "rmcorr_mat",
      "title": "Create a repeated measures correlation matrix.",
      "topics": [
        "rmcorr_mat"
      ]
    },
    {
      "page": "tidy.rmc",
      "title": "Tidy for a(n) rmcorr object",
      "topics": [
        "tidy.rmc"
      ]
    },
    {
      "page": "twedt_dist_measures",
      "title": "Repeated measures and multivariate measures of perceived distance",
      "topics": [
        "twedt_dist_measures"
      ]
    }
  ],
  "_pkglogo": "https://github.com/lmarusich/rmcorr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/lmarusich/rmcorr/raw/HEAD/README.md",
  "_rundeps": [
    "generics",
    "GPArotation",
    "lattice",
    "mnormt",
    "nlme",
    "psych",
    "RColorBrewer"
  ],
  "_vignettes": [
    {
      "source": "repro_bootstrapping.Rmd",
      "filename": "repro_bootstrapping.html",
      "title": "Bootstrapping Example",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Reproducible Example of Bootstrapping",
        "Rmcorr effect size with Bootstrapped 95% Confidence Inverval",
        "Sampling Distribution of Bootstrapped Effects"
      ],
      "created": "2023-03-21 15:34:35",
      "modified": "2023-08-09 00:49:24",
      "commits": 3
    },
    {
      "source": "compcor.Rmd",
      "filename": "compcor.html",
      "title": "Comparing Correlations",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Comparing Correlations",
        "Running Examples Requires cocor",
        "Independent Correlations",
        "Correlated Correlations",
        "Overlapping Correlations",
        "Non-Overlapping Correlations"
      ],
      "created": "2022-08-23 00:43:40",
      "modified": "2023-08-09 00:49:24",
      "commits": 4
    },
    {
      "source": "CI_fix.Rmd",
      "filename": "CI_fix.html",
      "title": "Confidence Interval Fix",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Confidence Interval Fix in 0.5.4",
        "Example with Slight Difference in CIs",
        "Example with Substantial Difference in CIs",
        "Another Slight Example: Same as Above with a Larger Sample Size"
      ],
      "created": "2022-12-13 20:33:35",
      "modified": "2023-08-09 00:49:24",
      "commits": 3
    },
    {
      "source": "rmcorr_mat.Rmd",
      "filename": "rmcorr_mat.html",
      "title": "Correlation Matrix using rmcorr_mat",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Running Examples Requires corrplot [@corrplot2021] and corrr [@corrr2025]",
        "Plotting a Correlation Matrix",
        "Plotting Multiple Models",
        "Adjusting for Multiple Comparisons",
        "Examples with corrr package"
      ],
      "created": "2022-08-23 00:43:40",
      "modified": "2026-04-15 14:58:11",
      "commits": 6
    },
    {
      "source": "model_diag.Rmd",
      "filename": "model_diag.html",
      "title": "Diagnostic Plots",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Running Example Requires gglm [@gglm]",
        "Plotting Model Diagnostics"
      ],
      "created": "2023-08-08 23:08:37",
      "modified": "2023-08-09 00:49:24",
      "commits": 2
    },
    {
      "source": "FAQ_and_limitations.Rmd",
      "filename": "FAQ_and_limitations.html",
      "title": "Frequently Asked Questions and Limitations",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Frequently Asked Questions",
        "How to Calculate Power",
        "power.rmcorr Example",
        "Exact Degrees of Freedom Example",
        "Approximate Degrees of Freedom Example",
        "How to Extract the Slope and its Confidence Interval",
        "isa Error",
        "Transformations",
        "Limitations",
        "Change Over Time",
        "Non-Linearity",
        "Varying Slopes with Influential Observations and/or Unbalanced Data",
        "Other Implementations of rmcorr",
        "1) rmcorrShiny: Web and Standalone App with a Graphical Interface [@marusich2021rmcorrshiny]",
        "2) Python: rm_corr in Pingouin [@vallat2018pingouin]",
        "3) Stata: RMCORR [@stata.rmcorr]"
      ],
      "created": "2022-05-11 18:08:15",
      "modified": "2024-07-26 19:25:47",
      "commits": 8
    },
    {
      "source": "overfitting.Rmd",
      "filename": "overfitting.html",
      "title": "Overfitting/Pseudoreplication",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overfitting/Pseudoreplication",
        "Running Code Below Requires: dplyr, esc, and patchwork",
        "Example of Overfitting",
        "Comparison to rmcorr",
        "Levels of Analysis",
        "Consequences of Overfitting:",
        "Spurious Precision: Underestimation of Variability",
        "Detecting Overfitting",
        "Caveats",
        "Prevelance of Pseudoreplication"
      ],
      "created": "2024-07-25 19:36:45",
      "modified": "2024-07-25 20:59:30",
      "commits": 2
    },
    {
      "source": "New_rmcorr_paper_analyses_figures.Rmd",
      "filename": "New_rmcorr_paper_analyses_figures.html",
      "title": "Reproduce Paper Results",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Required Packages and Functions",
        "1. Figure 1: rmcorr and reg plot",
        "2. Figure 2: rmcorr vs OLS reg",
        "3. Figure 3: rmcorr w/data transformations",
        "4. Figure 4: Power curves",
        "5. Brain volume and age rmcorr and simple reg/cor results and Figure 5",
        "rmcorr and simple reg results",
        "6. Visual search rmcorr and simple reg/cor results and Figure 6",
        "Appendix C",
        "Diagnostic Plot: Rmcorr and straight lines between points (not in paper)"
      ],
      "created": "2020-11-10 21:09:04",
      "modified": "2026-04-15 14:58:11",
      "commits": 12
    },
    {
      "source": "estimates_w_NaN.Rmd",
      "filename": "estimates_w_NaN.html",
      "title": "rmcorr Estimates with NaN",
      "author": "Jonathan Bakdash and Laura Marusich",
      "engine": "knitr::rmarkdown",
      "headings": [
        "NaN estimates",
        "Running Examples Requires ggExtra [@ggExtra]",
        "Load data, visualize, and model",
        "Add random noise",
        "Caveats"
      ],
      "created": "2023-08-08 23:08:37",
      "modified": "2023-08-09 00:49:24",
      "commits": 2
    }
  ],
  "_score": 9.000552503111706,
  "_indexed": true,
  "_nocasepkg": "rmcorr",
  "_universes": [
    "lmarusich"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.1",
      "date": "2026-05-15T09:07:57.000Z",
      "distro": "noble",
      "commit": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
      "fileid": "0062a0ef6fe626358233abf24b3581315938a8daf28adf271dcfa6243bc954d4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.8.1",
      "date": "2026-05-15T09:07:52.000Z",
      "distro": "noble",
      "commit": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
      "fileid": "e1b87307787a1d1faff0fbe6bb44f2355c0b1005a7989a2868df8420a23fc434",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.1",
      "date": "2026-05-15T09:07:38.000Z",
      "commit": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
      "fileid": "46fb40f3669068a571cb57f6fb640c5baadf901ed5b9b8e1a6324103965a1677",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.8.1",
      "date": "2026-05-15T09:07:53.000Z",
      "commit": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
      "fileid": "6f45e842ed491ab81ac7ddc3340fded3cdd5dc741bc925e0e501619b8ba64eb6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-15T09:06:28.000Z",
      "commit": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
      "fileid": "cd94e2c685c8c53c61f14e835738bee9a9204dc9f5ec2330cb9dcdb8afc514fc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-15T09:07:26.000Z",
      "commit": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
      "fileid": "b6511e037e42aa03da4c31789af1114ddcb2511359d8b5f8431aa740e94ef08b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.8.1",
      "date": "2026-05-15T09:06:39.000Z",
      "commit": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
      "fileid": "b808eadcf2d4bffd77862d000b376539adb361fbe0b51bcb269214f28d21e69d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.1",
      "date": "2026-06-02T19:33:09.000Z",
      "commit": "13bda36a352465cb023bbb7b18dce8106e2e04b5",
      "fileid": "e442789fbe54a09a89f000f01ea8aca57e442cb28b77d26545e17289e6ed6a99",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lmarusich/actions/runs/25909412112"
    }
  ]
}