{
  "_id": "6a5e436a9baadeef8ab571b5",
  "Type": "Package",
  "Package": "statsExpressions",
  "Title": "Tidy Dataframes and Expressions with Statistical Details",
  "Version": "2.0.0",
  "Authors@R": "person(\"Indrajeet\", \"Patil\", , \"patilindrajeet.science@gmail.com\", role = c(\"cre\", \"aut\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-1995-6531\"))",
  "Maintainer": "Indrajeet Patil <patilindrajeet.science@gmail.com>",
  "Description": "Utilities for producing dataframes with rich details for\nthe most common types of statistical approaches and tests:\nparametric, nonparametric, robust, and Bayesian t-test, one-way\nANOVA, correlation analyses, contingency table analyses, and\nmeta-analyses. The functions are pipe-friendly and provide a\nconsistent syntax to work with tidy data. These dataframes\nadditionally contain expressions with statistical details, and\ncan be used in graphing packages. This package also forms the\nstatistical processing backend for 'ggstatsplot'. References:\nPatil (2021) <doi:10.21105/joss.03236>.",
  "License": "MIT + file LICENSE",
  "URL": "https://www.indrapatil.com/statsExpressions/,\nhttps://github.com/IndrajeetPatil/statsExpressions",
  "BugReports": "https://github.com/IndrajeetPatil/statsExpressions/issues",
  "VignetteBuilder": "knitr",
  "Config/Needs/check": "anthonynorth/roxyglobals",
  "Config/roxygen2/version": "8.0.0",
  "Config/roxyglobals/unique": "TRUE",
  "Config/testthat/edition": "3",
  "Config/testthat/parallel": "true",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE, roclets = c(\"collate\", \"namespace\",\n\"rd\", \"pkgapi::api_roclet\", \"roxyglobals::global_roclet\"))",
  "Config/pak/sysreqs": "cmake libgmp3-dev make libicu-dev libmpfr-dev\npari-gp",
  "Repository": "https://indrajeetpatil.r-universe.dev",
  "Date/Publication": "2026-07-20 15:14:57 UTC",
  "RemoteUrl": "https://github.com/indrajeetpatil/statsexpressions",
  "RemoteRef": "HEAD",
  "RemoteSha": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-20 15:43:10 UTC",
    "User": "root"
  },
  "Author": "Indrajeet Patil [cre, aut, cph] (ORCID:\n<https://orcid.org/0000-0003-1995-6531>)",
  "_user": "indrajeetpatil",
  "_type": "src",
  "_file": "statsExpressions_2.0.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/d11627736f586afd354b7712501b136eb44fa2e757c0e8671f317a87cc8b9eaa",
  "_filesize": 3854303,
  "_sha256": "d11627736f586afd354b7712501b136eb44fa2e757c0e8671f317a87cc8b9eaa",
  "_expires": "2026-10-28T15:48:55.000Z",
  "_created": "2026-07-20T15:43:10.000Z",
  "_published": "2026-07-20T15:48:57.991Z",
  "_jobs": [
    {
      "job": 88399991198,
      "time": 299,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8467026986"
    },
    {
      "job": 88399991204,
      "time": 299,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8467027229"
    },
    {
      "job": 88399991315,
      "time": 138,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8466962906"
    },
    {
      "job": 88399992555,
      "time": 170,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8466980957"
    },
    {
      "job": 88398739163,
      "time": 284,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8466865849"
    },
    {
      "job": 88399991184,
      "time": 183,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 88399991349,
      "time": 232,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8466991886"
    },
    {
      "job": 88399991261,
      "time": 208,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8466978149"
    },
    {
      "job": 88399991268,
      "time": 248,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8467000523"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/29756076165",
  "_status": "success",
  "_upstream": "https://github.com/indrajeetpatil/statsexpressions",
  "_commit": {
    "id": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
    "author": "Indrajeet Patil <patilindrajeet.science@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Migrate and refresh agent instructions (#371)\n\n## Summary\n\n- move the repository instructions from\n`.github/copilot-instructions.md` to the root `AGENTS.md`\n- remove the now-redundant Copilot-specific instructions file\n- exclude the root `AGENTS.md` from R package source tarballs via\n`.Rbuildignore` so `R CMD check` does not report it as a non-standard\ntop-level file\n- refresh the instructions against the current package source, metadata,\nMakefile, tests, and workflows\n\n## Why\n\nGitHub Copilot Code Review now supports agent instructions from a root\n`AGENTS.md` file directly, so the repository can use one cross-tool\ninstruction file.\n\nDocumentation:\nhttps://docs.github.com/en/copilot/reference/custom-instructions-support\n\n## Content refresh\n\nThe copied instructions needed several corrections:\n\n- replace the claim that every test supports all four statistical types\nwith function-specific guidance\n- add currently exported functions and distinguish public helpers from\ninternal helpers\n- synchronize the documented Make targets with the current `Makefile`,\nincluding `update_deps`, `hooks`, and `clean`\n- distinguish installing declared dependencies from the broader\ndependency-refresh operation\n- replace the outdated generic statistical-method `switch()` example\nwith guidance that matches the current per-function branching\n- update the snapshot-testing example to match the repository's actual\noutput and expression snapshots\n- clarify generated `.Rd`/`NAMESPACE` handling and extended-example\npaths\n- summarize the current reusable-workflow CI surface\n\n## Validation\n\n- `uv tool run --from rumdl==0.1.86 rumdl check AGENTS.md`\n- `typos AGENTS.md`\n- `git diff --check`\n- verified documented functions against `NAMESPACE` and `R/`\n- verified commands against `Makefile`, testing details against\n`DESCRIPTION` and `tests/`, and CI details against `.github/workflows/`",
    "time": 1784560497
  },
  "_maintainer": {
    "name": "Indrajeet Patil",
    "email": "patilindrajeet.science@gmail.com",
    "login": "indrajeetpatil",
    "orcid": "0000-0003-1995-6531",
    "description": "Senior Software Engineer || Social Neuroscience Ph.D.",
    "uuid": 11330453
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.3.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Depends"
    },
    {
      "package": "afex",
      "version": ">= 1.5-1",
      "role": "Imports"
    },
    {
      "package": "BayesFactor",
      "version": ">= 0.9.12-4.8",
      "role": "Imports"
    },
    {
      "package": "bayestestR",
      "version": ">= 0.18.1",
      "role": "Imports"
    },
    {
      "package": "correlation",
      "version": ">= 0.8.8",
      "role": "Imports"
    },
    {
      "package": "datawizard",
      "version": ">= 1.3.1",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.2.1",
      "role": "Imports"
    },
    {
      "package": "effectsize",
      "version": ">= 1.0.3",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.8.1",
      "role": "Imports"
    },
    {
      "package": "insight",
      "version": ">= 1.5.2",
      "role": "Imports"
    },
    {
      "package": "parameters",
      "version": ">= 0.29.2",
      "role": "Imports"
    },
    {
      "package": "performance",
      "version": ">= 0.17.1",
      "role": "Imports"
    },
    {
      "package": "PMCMRplus",
      "version": ">= 1.9.12",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "version": ">= 1.2.2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.3.0",
      "role": "Imports"
    },
    {
      "package": "rstantools",
      "version": ">= 2.6.0",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 1.3.2",
      "role": "Imports"
    },
    {
      "package": "withr",
      "version": ">= 3.0.3",
      "role": "Imports"
    },
    {
      "package": "WRS2",
      "version": ">= 1.1-7",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "metaBMA",
      "role": "Suggests"
    },
    {
      "package": "metafor",
      "role": "Suggests"
    },
    {
      "package": "metaplus",
      "version": ">= 1.0-6",
      "role": "Suggests"
    },
    {
      "package": "patrick",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.3.2",
      "role": "Suggests"
    },
    {
      "package": "utils",
      "role": "Suggests"
    }
  ],
  "_owner": "indrajeetpatil",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [
    {
      "week": "2025-30",
      "n": 1
    },
    {
      "week": "2025-31",
      "n": 1
    },
    {
      "week": "2025-33",
      "n": 1
    },
    {
      "week": "2025-37",
      "n": 1
    },
    {
      "week": "2025-46",
      "n": 3
    },
    {
      "week": "2025-48",
      "n": 1
    },
    {
      "week": "2025-49",
      "n": 9
    },
    {
      "week": "2025-51",
      "n": 3
    },
    {
      "week": "2025-52",
      "n": 1
    },
    {
      "week": "2026-03",
      "n": 1
    },
    {
      "week": "2026-06",
      "n": 1
    },
    {
      "week": "2026-13",
      "n": 1
    },
    {
      "week": "2026-14",
      "n": 9
    },
    {
      "week": "2026-15",
      "n": 1
    },
    {
      "week": "2026-16",
      "n": 2
    },
    {
      "week": "2026-17",
      "n": 18
    },
    {
      "week": "2026-18",
      "n": 1
    },
    {
      "week": "2026-30",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "1.7.1",
      "date": "2025-07-28"
    },
    {
      "name": "1.7.2",
      "date": "2025-12-06"
    },
    {
      "name": "1.7.3",
      "date": "2026-02-05"
    },
    {
      "name": "v1.7.4",
      "date": "2026-04-04"
    },
    {
      "name": "v2.0.0",
      "date": "2026-04-22"
    }
  ],
  "_topics": [
    "bayesian-inference",
    "bayesian-statistics",
    "contingency-table",
    "correlation",
    "effectsize",
    "meta-analysis",
    "parametric",
    "robust",
    "robust-statistics",
    "statistical-details",
    "statistical-tests",
    "tidy"
  ],
  "_stars": 313,
  "_contributors": [
    {
      "user": "indrajeetpatil",
      "count": 635,
      "uuid": 11330453
    },
    {
      "user": "arfon",
      "count": 1,
      "uuid": 4483
    },
    {
      "user": "humanfactors",
      "count": 1,
      "uuid": 16096044
    }
  ],
  "_userbio": {
    "uuid": 11330453,
    "type": "user",
    "name": "Indrajeet Patil",
    "followers": 1777,
    "description": "Senior Software Engineer || Social Neuroscience Ph.D."
  },
  "_downloads": {
    "count": 8884,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/statsExpressions"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/indrajeetpatil/statsexpressions",
  "_pkgdown": "https://www.indrapatil.com/statsExpressions/",
  "_searchresults": 176,
  "_rbuild": "4.6.1",
  "_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/statsExpressions.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/indrajeetpatil/statsexpressions",
  "_realowner": "indrajeetpatil",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-08-24"
    },
    {
      "version": "0.1.1",
      "date": "2019-08-28"
    },
    {
      "version": "0.1.2",
      "date": "2019-12-13"
    },
    {
      "version": "0.1.3",
      "date": "2019-12-18"
    },
    {
      "version": "0.2.0",
      "date": "2020-01-10"
    },
    {
      "version": "0.2.1",
      "date": "2020-01-23"
    },
    {
      "version": "0.3.0",
      "date": "2020-01-29"
    },
    {
      "version": "0.3.1",
      "date": "2020-02-14"
    },
    {
      "version": "0.4.0",
      "date": "2020-04-15"
    },
    {
      "version": "0.4.1",
      "date": "2020-04-22"
    },
    {
      "version": "0.4.2",
      "date": "2020-06-20"
    },
    {
      "version": "0.5.0",
      "date": "2020-09-12"
    },
    {
      "version": "0.5.1",
      "date": "2020-10-05"
    },
    {
      "version": "0.6.0",
      "date": "2020-10-31"
    },
    {
      "version": "0.6.1",
      "date": "2020-12-02"
    },
    {
      "version": "0.6.2",
      "date": "2020-12-08"
    },
    {
      "version": "0.7.0",
      "date": "2021-01-19"
    },
    {
      "version": "0.7.1",
      "date": "2021-02-19"
    },
    {
      "version": "1.0.0",
      "date": "2021-03-11"
    },
    {
      "version": "1.0.1",
      "date": "2021-04-13"
    },
    {
      "version": "1.1.0",
      "date": "2021-05-30"
    },
    {
      "version": "1.2.0",
      "date": "2021-10-19"
    },
    {
      "version": "1.3.0",
      "date": "2022-01-14"
    },
    {
      "version": "1.3.1",
      "date": "2022-03-29"
    },
    {
      "version": "1.3.2",
      "date": "2022-05-20"
    },
    {
      "version": "1.3.3",
      "date": "2022-08-11"
    },
    {
      "version": "1.3.4",
      "date": "2022-10-10"
    },
    {
      "version": "1.3.5",
      "date": "2022-11-07"
    },
    {
      "version": "1.3.6",
      "date": "2022-12-16"
    },
    {
      "version": "1.4.0",
      "date": "2023-01-14"
    },
    {
      "version": "1.5.0",
      "date": "2023-02-19"
    },
    {
      "version": "1.5.1",
      "date": "2023-05-23"
    },
    {
      "version": "1.5.2",
      "date": "2023-09-12"
    },
    {
      "version": "1.5.3",
      "date": "2024-01-13"
    },
    {
      "version": "1.5.4",
      "date": "2024-03-20"
    },
    {
      "version": "1.5.5",
      "date": "2024-07-05"
    },
    {
      "version": "1.6.0",
      "date": "2024-09-08"
    },
    {
      "version": "1.6.1",
      "date": "2024-10-31"
    },
    {
      "version": "1.6.2",
      "date": "2024-12-02"
    },
    {
      "version": "1.7.0",
      "date": "2025-05-09"
    },
    {
      "version": "1.7.1",
      "date": "2025-08-01"
    },
    {
      "version": "1.7.2",
      "date": "2025-12-11"
    },
    {
      "version": "1.7.3",
      "date": "2026-02-05"
    },
    {
      "version": "1.7.4",
      "date": "2026-04-05"
    },
    {
      "version": "2.0.0",
      "date": "2026-04-23"
    }
  ],
  "_exports": [
    "add_expression_col",
    "centrality_description",
    "contingency_table",
    "corr_test",
    "extract_stats_type",
    "long_to_wide_converter",
    "meta_analysis",
    "one_sample_test",
    "oneway_anova",
    "pairwise_comparisons",
    "pairwise_contingency_table",
    "stats_type_switch",
    "tidy_model_expressions",
    "tidy_model_parameters",
    "two_sample_test"
  ],
  "_datasets": [
    {
      "name": "bugs_long",
      "title": "Tidy version of the \"Bugs\" dataset.",
      "object": "bugs_long",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "subject",
        "gender",
        "region",
        "education",
        "condition",
        "desire"
      ],
      "rows": 372,
      "table": true,
      "tojson": true
    },
    {
      "name": "iris_long",
      "title": "Edgar Anderson's Iris Data in long format.",
      "object": "iris_long",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "id",
        "Species",
        "condition",
        "attribute",
        "measure",
        "value"
      ],
      "rows": 600,
      "table": true,
      "tojson": true
    },
    {
      "name": "movies_long",
      "title": "Movie information and user ratings from IMDB.",
      "object": "movies_long",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "title",
        "year",
        "length",
        "budget",
        "rating",
        "votes",
        "mpaa",
        "genre"
      ],
      "rows": 1579,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "add_expression_col",
      "title": "Template for expressions with statistical details",
      "topics": [
        "add_expression_col"
      ]
    },
    {
      "page": "bugs_long",
      "title": "Tidy version of the \"Bugs\" dataset.",
      "topics": [
        "bugs_long"
      ]
    },
    {
      "page": "centrality_description",
      "title": "Data frame and expression for distribution properties",
      "topics": [
        "centrality_description"
      ]
    },
    {
      "page": "contingency_table",
      "title": "Contingency table analyses",
      "topics": [
        "contingency_table"
      ]
    },
    {
      "page": "corr_test",
      "title": "Correlation analyses",
      "topics": [
        "corr_test"
      ]
    },
    {
      "page": "extract_stats_type",
      "title": "Switch the type of statistics.",
      "topics": [
        "extract_stats_type",
        "stats_type_switch"
      ]
    },
    {
      "page": "iris_long",
      "title": "Edgar Anderson's Iris Data in long format.",
      "topics": [
        "iris_long"
      ]
    },
    {
      "page": "long_to_wide_converter",
      "title": "Convert long/tidy data frame to wide format",
      "topics": [
        "long_to_wide_converter"
      ]
    },
    {
      "page": "meta_analysis",
      "title": "Random-effects meta-analysis",
      "topics": [
        "meta_analysis"
      ]
    },
    {
      "page": "movies_long",
      "title": "Movie information and user ratings from IMDB.",
      "topics": [
        "movies_long"
      ]
    },
    {
      "page": "one_sample_test",
      "title": "One-sample tests",
      "topics": [
        "one_sample_test"
      ]
    },
    {
      "page": "oneway_anova",
      "title": "One-way analysis of variance (ANOVA)",
      "topics": [
        "oneway_anova"
      ]
    },
    {
      "page": "pairwise_comparisons",
      "title": "Multiple pairwise comparison for one-way design",
      "topics": [
        "pairwise_comparisons"
      ]
    },
    {
      "page": "pairwise_contingency_table",
      "title": "Pairwise contingency table analyses",
      "topics": [
        "pairwise_contingency_table"
      ]
    },
    {
      "page": "tidy_model_expressions",
      "title": "Expressions with statistics for tidy regression data frames",
      "topics": [
        "tidy_model_expressions"
      ]
    },
    {
      "page": "tidy_model_parameters",
      "title": "Convert '{parameters}' package output to '{tidyverse}' conventions",
      "topics": [
        "tidy_model_parameters"
      ]
    },
    {
      "page": "two_sample_test",
      "title": "Two-sample tests",
      "topics": [
        "two_sample_test"
      ]
    }
  ],
  "_pkglogo": "https://github.com/indrajeetpatil/statsexpressions/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/indrajeetpatil/statsexpressions/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "afex",
    "backports",
    "BayesFactor",
    "bayestestR",
    "boot",
    "broom",
    "BWStest",
    "cachem",
    "car",
    "carData",
    "cli",
    "coda",
    "colorspace",
    "contfrac",
    "correlation",
    "cowplot",
    "cpp11",
    "datawizard",
    "Deriv",
    "desc",
    "deSolve",
    "doBy",
    "dplyr",
    "effectsize",
    "elliptic",
    "farver",
    "fastmap",
    "forecast",
    "Formula",
    "fracdiff",
    "generics",
    "ggplot2",
    "glue",
    "gmp",
    "gtable",
    "hypergeo",
    "insight",
    "isoband",
    "kSamples",
    "labeling",
    "lattice",
    "lifecycle",
    "lme4",
    "lmerTest",
    "lmtest",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "memoise",
    "mgcv",
    "minqa",
    "modelr",
    "multcompView",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "parameters",
    "pbapply",
    "pbkrtest",
    "performance",
    "pillar",
    "pkgconfig",
    "plyr",
    "PMCMRplus",
    "purrr",
    "quantreg",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "RcppParallel",
    "Rdpack",
    "reformulas",
    "reshape",
    "reshape2",
    "rlang",
    "Rmpfr",
    "rstantools",
    "S7",
    "scales",
    "SparseM",
    "stringi",
    "stringr",
    "SuppDists",
    "survival",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "urca",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "WRS2",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "statsExpressions.Rmd",
      "filename": "statsExpressions.html",
      "title": "statsExpressions: R Package for Tidy Dataframes and Expressions with Statistical Details",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Summary",
        "Statement of Need",
        "Comparison to Other Packages",
        "Consistent Syntax for Statistical Analysis",
        "Tidy Dataframes from Statistical Analysis",
        "Custom Statistical Workflows",
        "Pairwise comparisons with automatic p-value adjustment",
        "Chaining multiple tests and adjusting p-values",
        "Generating formatted expressions from custom results",
        "Expressions for Plots",
        "Licensing and Availability",
        "Acknowledgements",
        "References"
      ],
      "created": "2021-12-13 10:54:18",
      "modified": "2026-04-22 17:49:14",
      "commits": 22
    },
    {
      "source": "stats_details.Rmd",
      "filename": "stats_details.html",
      "title": "Test and effect size details",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Data requirements",
        "Summary of functionality",
        "Summary of tests and effect sizes",
        "centrality_description()",
        "oneway_anova()",
        "two_sample_test()",
        "one_sample_test()",
        "corr_test()",
        "contingency_table()",
        "meta_analysis()",
        "Effect size interpretation",
        "References",
        "Suggestions"
      ],
      "created": "2019-08-15 19:08:12",
      "modified": "2026-04-22 17:21:26",
      "commits": 42
    }
  ],
  "_score": 11.422059315060004,
  "_indexed": true,
  "_nocasepkg": "statsexpressions",
  "_universes": [
    "indrajeetpatil"
  ],
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0",
      "date": "2026-07-02T07:13:47.000Z",
      "commit": "751c34735317fe61e2add104b494726077b05cdf",
      "fileid": "https://r2.ropensci.org/e8d8fe4abb9b9fbc382c2d4caef264e93807424873eab651ad41c53c3e231d97",
      "status": "success",
      "buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/28571917162"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-07-20T15:46:40.000Z",
      "distro": "resolute",
      "commit": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
      "fileid": "https://r2.ropensci.org/5c725446912302d34585a1bf1f5076486088045cc0e3ddf70ba52dd01b17926a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/29756076165"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.0",
      "date": "2026-07-20T15:46:42.000Z",
      "distro": "resolute",
      "commit": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
      "fileid": "https://r2.ropensci.org/3c002a01efcf45bd2fa17ca07af2c45f233b14463efcc6b97a4b0a3c30e03c18",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/29756076165"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-07-20T15:45:28.000Z",
      "commit": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
      "fileid": "https://r2.ropensci.org/b1b93d052e1b597d9b577988c8a43117ea76eea1274c954381f84d4115d25395",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/29756076165"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.0.0",
      "date": "2026-07-20T15:46:18.000Z",
      "commit": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
      "fileid": "https://r2.ropensci.org/80497b7bd4b94009ce9fc1fcf5b84a0fbec5150d928d6355df2df5026d9d042f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/29756076165"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-07-20T15:45:14.000Z",
      "commit": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
      "fileid": "https://r2.ropensci.org/a6b7415be66e6fc56c285e4a82dfff1dcf7981c3a4ebbf4f361e55d4148caf59",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/29756076165"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-07-20T15:44:47.000Z",
      "commit": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
      "fileid": "https://r2.ropensci.org/57ee098e2ce18a1bc67424768533476d041907a053e6a198c69e13ae4df74e18",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/29756076165"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.0.0",
      "date": "2026-07-20T15:45:18.000Z",
      "commit": "f6ca16f045c97211a2f5939dbf9d706c3715078c",
      "fileid": "https://r2.ropensci.org/288dc8cde7978b4a86632d6918a7c69d5aeb7dbd5d5688a4628acb2467d0da82",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/indrajeetpatil/actions/runs/29756076165"
    }
  ]
}