{
  "_id": "6a1696f3acfb0bcc41d7bfa3",
  "Package": "summarytools",
  "Type": "Package",
  "Title": "Tools to Quickly and Neatly Summarize Data",
  "Version": "1.1.5",
  "Authors@R": "person(\"Dominic\", \"Comtois\", email = \"dominic.comtois@gmail.com\", \nrole = c(\"aut\", \"cre\"))",
  "Author": "Dominic Comtois [aut, cre]",
  "Maintainer": "Dominic Comtois <dominic.comtois@gmail.com>",
  "Language": "en-US",
  "Description": "Data frame summaries, cross-tabulations, weight-enabled\nfrequency tables and common descriptive (univariate) statistics\nin concise tables available in a variety of formats (plain\nASCII, Markdown and HTML). A good point-of-entry for exploring\ndata, both for experienced and new R users.",
  "VignetteBuilder": "knitr",
  "LazyData": "true",
  "License": "GPL-2",
  "URL": "https://github.com/dcomtois/summarytools",
  "BugReports": "https://github.com/dcomtois/summarytools/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Config/pak/sysreqs": "libmagick++-dev gsfonts libicu-dev libssl-dev",
  "Repository": "https://dcomtois.r-universe.dev",
  "Date/Publication": "2026-01-27 07:34:21 UTC",
  "RemoteUrl": "https://github.com/dcomtois/summarytools",
  "RemoteRef": "HEAD",
  "RemoteSha": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-27 06:56:34 UTC",
    "User": "root"
  },
  "MD5sum": "3eb37bd7ecf809c1226a8ca619fcc833",
  "_user": "dcomtois",
  "_type": "src",
  "_file": "summarytools_1.1.5.tar.gz",
  "_fileid": "8bf5fe404ef8e54456796ce9a01ea0ec66dd1dbea9440c02e8cd90994aa8169d",
  "_filesize": 1652609,
  "_sha256": "8bf5fe404ef8e54456796ce9a01ea0ec66dd1dbea9440c02e8cd90994aa8169d",
  "_created": "2026-05-27T06:56:34.000Z",
  "_published": "2026-05-27T07:02:11.601Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78024022231,
      "time": 178,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7233900663"
    },
    {
      "job": 78024022236,
      "time": 179,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233901201"
    },
    {
      "job": 78024022193,
      "time": 177,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7233910930"
    },
    {
      "job": 78024022247,
      "time": 152,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233908788"
    },
    {
      "job": 78023544121,
      "time": 219,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233851657"
    },
    {
      "job": 78024022189,
      "time": 127,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233886933"
    },
    {
      "job": 78024022257,
      "time": 115,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7233883832"
    },
    {
      "job": 78024022242,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7233880660"
    },
    {
      "job": 78024022200,
      "time": 111,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233882732"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dcomtois/summarytools",
  "_commit": {
    "id": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
    "author": "Dominic Comtois <dominic.comtois@gmail.com>",
    "committer": "Dominic Comtois <dominic.comtois@gmail.com>",
    "message": "doc updates\n",
    "time": 1769499261
  },
  "_maintainer": {
    "name": "Dominic Comtois",
    "email": "dominic.comtois@gmail.com",
    "login": "dcomtois",
    "twitter": "@DominicComtois",
    "description": "Statistical consultant, SAS & R developer.",
    "uuid": 5985667
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "base64enc",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "magick",
      "role": "Imports"
    },
    {
      "package": "matrixStats",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "pander",
      "role": "Imports"
    },
    {
      "package": "rapportools",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tcltk",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "forcats",
      "role": "Suggests"
    },
    {
      "package": "formatR",
      "role": "Suggests"
    },
    {
      "package": "haven",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "magrittr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rstudioapi",
      "role": "Suggests"
    },
    {
      "package": "backports",
      "role": "Suggests"
    }
  ],
  "_owner": "dcomtois",
  "_selfowned": true,
  "_usedby": 8,
  "_updates": [
    {
      "week": "2026-05",
      "n": 4
    }
  ],
  "_tags": [],
  "_topics": [
    "descriptive-statistics",
    "frequency-table",
    "html-report",
    "markdown",
    "pander",
    "pandoc",
    "pandoc-markdown",
    "rmarkdown",
    "rstudio"
  ],
  "_stars": 548,
  "_contributors": [
    {
      "user": "dcomtois",
      "count": 1605,
      "uuid": 5985667
    },
    {
      "user": "iagogv3",
      "count": 6,
      "uuid": 40892925
    },
    {
      "user": "mcanouil",
      "count": 2,
      "uuid": 8896044
    },
    {
      "user": "brunaw",
      "count": 1,
      "uuid": 18500161
    },
    {
      "user": "cmrnp",
      "count": 1,
      "uuid": 8187264
    },
    {
      "user": "emraher",
      "count": 1,
      "uuid": 1182257
    },
    {
      "user": "faviovazquez",
      "count": 1,
      "uuid": 10162068
    },
    {
      "user": "jonmcalder",
      "count": 1,
      "uuid": 5055818
    },
    {
      "user": "rprrr",
      "count": 1,
      "uuid": 2767431
    }
  ],
  "_userbio": {
    "uuid": 5985667,
    "type": "user",
    "name": "Dominic Comtois",
    "description": "Statistical consultant, SAS & R developer."
  },
  "_downloads": {
    "count": 20208,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/summarytools"
  },
  "_mentions": 9,
  "_devurl": "https://github.com/dcomtois/summarytools",
  "_searchresults": 4232,
  "_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/summarytools.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dcomtois/summarytools",
  "_realowner": "dcomtois",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1",
      "date": "2014-08-10"
    },
    {
      "version": "0.2",
      "date": "2014-11-25"
    },
    {
      "version": "0.3",
      "date": "2015-03-11"
    },
    {
      "version": "0.4",
      "date": "2015-08-05"
    },
    {
      "version": "0.6",
      "date": "2016-11-21"
    },
    {
      "version": "0.6.5",
      "date": "2016-12-05"
    },
    {
      "version": "0.8.0",
      "date": "2017-12-10"
    },
    {
      "version": "0.8.1",
      "date": "2018-01-14"
    },
    {
      "version": "0.8.2",
      "date": "2018-02-11"
    },
    {
      "version": "0.8.3",
      "date": "2018-04-16"
    },
    {
      "version": "0.8.4",
      "date": "2018-06-07"
    },
    {
      "version": "0.8.5",
      "date": "2018-06-17"
    },
    {
      "version": "0.8.6",
      "date": "2018-07-20"
    },
    {
      "version": "0.8.7",
      "date": "2018-07-23"
    },
    {
      "version": "0.8.8",
      "date": "2018-10-07"
    },
    {
      "version": "0.9.1",
      "date": "2019-02-20"
    },
    {
      "version": "0.9.2",
      "date": "2019-02-22"
    },
    {
      "version": "0.9.3",
      "date": "2019-04-11"
    },
    {
      "version": "0.9.4",
      "date": "2019-08-24"
    },
    {
      "version": "0.9.5",
      "date": "2020-02-10"
    },
    {
      "version": "0.9.6",
      "date": "2020-03-02"
    },
    {
      "version": "0.9.8",
      "date": "2020-12-11"
    },
    {
      "version": "0.9.9",
      "date": "2021-03-19"
    },
    {
      "version": "1.0.0",
      "date": "2021-07-28"
    },
    {
      "version": "1.0.1",
      "date": "2022-05-20"
    },
    {
      "version": "1.1.0",
      "date": "2025-02-21"
    },
    {
      "version": "1.1.1",
      "date": "2025-02-26"
    },
    {
      "version": "1.1.2",
      "date": "2025-03-17"
    },
    {
      "version": "1.1.3",
      "date": "2025-03-26"
    },
    {
      "version": "1.1.4",
      "date": "2025-04-29"
    },
    {
      "version": "1.1.5",
      "date": "2026-01-27"
    }
  ],
  "_exports": [
    "cleartmp",
    "ctable",
    "define_keywords",
    "descr",
    "dfSummary",
    "freq",
    "label",
    "label<-",
    "llabel",
    "st_css",
    "st_options",
    "stby",
    "stview",
    "tb",
    "unlabel",
    "use_custom_lang",
    "view",
    "what.is",
    "zap_attr"
  ],
  "_datasets": [
    {
      "name": "examens",
      "title": "Bulletin de notes (donnees simulees)",
      "object": "examens",
      "class": [
        "data.frame"
      ],
      "fields": [
        "eleve",
        "sexe",
        "francais",
        "maths",
        "geographie",
        "histoire",
        "economie",
        "anglais"
      ],
      "rows": 30,
      "table": true,
      "tojson": true
    },
    {
      "name": "exams",
      "title": "Report Cards - Simulated Data",
      "object": "exams",
      "class": [
        "data.frame"
      ],
      "fields": [
        "student",
        "gender",
        "french",
        "math",
        "geography",
        "history",
        "economics",
        "english"
      ],
      "rows": 30,
      "table": true,
      "tojson": true
    },
    {
      "name": "tabagisme",
      "title": "Usage du tabac et etat de sante (donnees simulees)",
      "object": "tabagisme",
      "class": [
        "data.frame"
      ],
      "fields": [
        "sexe",
        "age",
        "age.gr",
        "IMC",
        "fumeur",
        "cigs.par.jour",
        "malade",
        "maladie",
        "ponderation"
      ],
      "rows": 1000,
      "table": true,
      "tojson": true
    },
    {
      "name": "tobacco",
      "title": "Tobacco Use and Health - Simulated Dataset",
      "object": "tobacco",
      "class": [
        "data.frame"
      ],
      "fields": [
        "gender",
        "age",
        "age.gr",
        "BMI",
        "smoker",
        "cigs.per.day",
        "diseased",
        "disease",
        "samp.wgts"
      ],
      "rows": 1000,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "summarytools-package",
      "title": "Tools to Quickly and Neatly Summarize Data",
      "topics": [
        "summarytools-package",
        "summarytools"
      ]
    },
    {
      "page": "cleartmp",
      "title": "Delete Temporary Html Files",
      "topics": [
        "cleartmp"
      ]
    },
    {
      "page": "ctable",
      "title": "Cross-Tabulation",
      "topics": [
        "ctable"
      ]
    },
    {
      "page": "define_keywords",
      "title": "Modify Keywords Used In Outputs",
      "topics": [
        "define_keywords"
      ]
    },
    {
      "page": "descr",
      "title": "Univariate Statistics for Numerical Data",
      "topics": [
        "descr"
      ]
    },
    {
      "page": "dfSummary",
      "title": "Data frame Summary",
      "topics": [
        "dfSummary"
      ]
    },
    {
      "page": "examens",
      "title": "Bulletin de notes (donnees simulees)",
      "topics": [
        "examens"
      ]
    },
    {
      "page": "exams",
      "title": "Report Cards - Simulated Data",
      "topics": [
        "exams"
      ]
    },
    {
      "page": "format_number",
      "title": "format_number",
      "topics": [
        "format_number"
      ]
    },
    {
      "page": "freq",
      "title": "Frequency Tables for Factors and Other Discrete Data",
      "topics": [
        "freq"
      ]
    },
    {
      "page": "label",
      "title": "Get or Set Variable or Data Frame Labels",
      "topics": [
        "label",
        "label<-",
        "llabel"
      ]
    },
    {
      "page": "print.list",
      "title": "Print Method for Objects of Class \"list\"",
      "topics": [
        "print.list"
      ]
    },
    {
      "page": "print.stby",
      "title": "Print Method for Objects of Class \"stby\"",
      "topics": [
        "print.stby"
      ]
    },
    {
      "page": "print.summarytools",
      "title": "print.summarytools",
      "topics": [
        "print.summarytools"
      ]
    },
    {
      "page": "st_css",
      "title": "Include *summarytools*' _css_ Into Active Document",
      "topics": [
        "st_css"
      ]
    },
    {
      "page": "st_options",
      "title": "Query and set summarytools global options",
      "topics": [
        "st_options"
      ]
    },
    {
      "page": "stby",
      "title": "Obtain Grouped Statistics With summarytools",
      "topics": [
        "stby"
      ]
    },
    {
      "page": "tabagisme",
      "title": "Usage du tabac et etat de sante (donnees simulees)",
      "topics": [
        "tabagisme"
      ]
    },
    {
      "page": "tb",
      "title": "Convert Summarytools Objects into Tibbles",
      "topics": [
        "tb"
      ]
    },
    {
      "page": "tobacco",
      "title": "Tobacco Use and Health - Simulated Dataset",
      "topics": [
        "tobacco"
      ]
    },
    {
      "page": "unlabel",
      "title": "Clear Variable and Data Frame Label(s)",
      "topics": [
        "unlabel"
      ]
    },
    {
      "page": "use_custom_lang",
      "title": "Import and use a custom language",
      "topics": [
        "use_custom_lang"
      ]
    },
    {
      "page": "view",
      "title": "view",
      "topics": [
        "stview",
        "view"
      ]
    },
    {
      "page": "what.is",
      "title": "Obtain Extended Properties of Objects",
      "topics": [
        "what.is"
      ]
    },
    {
      "page": "zap_attr",
      "title": "Remove Attributes to Get a Simplified Object",
      "topics": [
        "zap_attr"
      ]
    }
  ],
  "_readme": "https://github.com/dcomtois/summarytools/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "checkmate",
    "cli",
    "cpp11",
    "curl",
    "digest",
    "dplyr",
    "fastmap",
    "generics",
    "glue",
    "htmltools",
    "lifecycle",
    "lubridate",
    "magick",
    "magrittr",
    "MASS",
    "matrixStats",
    "pander",
    "pillar",
    "pkgconfig",
    "plyr",
    "purrr",
    "R6",
    "rapportools",
    "Rcpp",
    "reshape2",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "timechange",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Introduction to summarytools",
      "author": "Dominic Comtois",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Overview",
        "1.1 Motivation",
        "1.2 Directing Output",
        "1.3 Other Characteristics",
        "2. Frequency Tables: freq()",
        "2.1 Missing Data",
        "2.2 Simplest Expression",
        "2.3 Multiple Frequency Tables At Once",
        "2.4 Subsetting (Filtering) Frequency Tables",
        "Showing The Most Common Values",
        "2.5 Collapsible Sections",
        "3. Cross-Tabulations: ctable()",
        "3.1 Row, Column, or Total Proportions",
        "3.2 Minimal Cross-Tabulations",
        "3.3 Chi-Square (𝛘<sup>2</sup>), Odds Ratio and Risk Ratio",
        "4. Descriptive (Univariate) Statistics: descr()",
        "4.1 Transposing and Selecting Statistics",
        "5. Data Frame Summaries: dfSummary()",
        "5.1 Using dfSummary() in R Markdown Documents",
        "5.2 Optional Statistics",
        "5.3 Other Notable Features",
        "5.4 Excluding Columns",
        "6. Grouped Statistics: stby()",
        "6.1 Special Case of descr() with stby()",
        "6.2 Using stby() with ctable()",
        "7. Grouped Statistics: group_by()",
        "8. Tidy Tables : tb()",
        "8.1 Tidy Split-Group Statistics",
        "8.2 A Bridge to Other Packages",
        "9. Directing Output to Files",
        "9.1 Appending Output Files",
        "10. Package Options",
        "10.1 General Options",
        "10.2 Function-Specific Options",
        "Examples",
        "11. Format Attributes",
        "11.1 Overriding Function-Specific Arguments",
        "11.2 Overriding Heading Contents",
        "Example",
        "11.3 Order of Priority for Parameters / Options",
        "12. Fine-Tuning Looks : CSS",
        "13. Shiny Apps",
        "Example (results not shown)",
        "14. Graphs in R Markdown",
        "15. Languages & Term Customization",
        "15.1 Non-UTF-8 Locales",
        "15.2 Defining and Using Custom Terms",
        "15.3 Defining Specific Keywords",
        "15.4 Power-Tweaking Headings",
        "16. Vignette Setup",
        "16.1 The YAML Section",
        "16.2 The Setup Chunk",
        "16.3 Including summarytools' CSS",
        "17. Conclusion",
        "Stay Up to Date"
      ],
      "created": "2022-05-19 06:50:41",
      "modified": "2026-01-27 06:46:54",
      "commits": 8
    },
    {
      "source": "rmarkdown.Rmd",
      "filename": "rmarkdown.html",
      "title": "Summarytools in R Markdown Documents",
      "author": "Dominic Comtois",
      "engine": "knitr::rmarkdown",
      "headings": [
        "1. Introduction",
        "1.1 Methods vs Styles",
        "Only the pander Method Uses Styles",
        "summarytools styles are pander styles",
        "1.2 General Guidelines",
        "2. Using freq() in R Markdown",
        "2.1 Pander Style for freq()",
        "2.2 HTML Rendering for freq()",
        "3. Using ctable() in R Markdown",
        "3.1 Rmarkdown Style for ctable()",
        "3.2 HTML Rendering for ctable()",
        "4. Using descr() in R Markdown",
        "4.1 Rmarkdown Style for descr()",
        "4.2 HTML Rendering for descr()",
        "5. Using dfSummary() in R Markdown",
        "5.1 Grid Style for dfSummary()",
        "4.2 HTML Rendering for dfSummary()",
        "4.3 Managing Lengthy dfSummary() Outputs in R Markdown Documents",
        "5. Using Other Formatting Packages",
        "6. Including dfSummaries in PDF Documents",
        "Included Preamble Tex File",
        "The YAML Section",
        "R Code",
        "Remarks",
        "7. This Vignette's Setup",
        "Global Options",
        "8. Final Notes"
      ],
      "created": "2022-05-19 06:50:41",
      "modified": "2025-02-26 00:26:09",
      "commits": 6
    }
  ],
  "_score": 13.908393288865629,
  "_indexed": true,
  "_nocasepkg": "summarytools",
  "_universes": [
    "dcomtois"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.5",
      "date": "2026-05-27T06:59:06.000Z",
      "distro": "noble",
      "commit": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
      "fileid": "8702fbb417cfc1bfb6736ea15d9ed3c14978c2bd2df6eb632c4a00ee508df156",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.5",
      "date": "2026-05-27T06:59:03.000Z",
      "distro": "noble",
      "commit": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
      "fileid": "f4ec6cc13da66c482617f484e31a10f5b2b33abde3b89213cfa5df7ebe33205f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.5",
      "date": "2026-05-27T07:00:07.000Z",
      "commit": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
      "fileid": "12c0641aedb73ed86c8f5392071830a0dd7e89e1b668968cda5614937dc12cdf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.5",
      "date": "2026-05-27T06:59:58.000Z",
      "commit": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
      "fileid": "be42c1e2350ed19e4bf2c714d51c0dda22eb59b3c19b0a9e48ae792fd33a85e1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.5",
      "date": "2026-05-27T06:59:08.000Z",
      "commit": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
      "fileid": "bf84cf64d8b993f9428a47d3a48b483911fad668d20bf24da7b021c608fd615c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-27T06:58:00.000Z",
      "commit": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
      "fileid": "01143a8542992c2c3ef1a69f0eaf9f4d76b19ae2bd68afa7ab82458ff1390555",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-27T06:57:57.000Z",
      "commit": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
      "fileid": "545ddba57460f3364ff1b2eeffeeb26e3a3d6101ef2dc0910e2e028d4204563a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.5",
      "date": "2026-05-27T06:58:03.000Z",
      "commit": "2b613cfb946ed1ed3ebf7076bdcaad64859c8b44",
      "fileid": "b1bf48a4090c4b25c5df335b860bbeb37bb67bb22b2f18f20c35def23b96b06a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dcomtois/actions/runs/26495767874"
    }
  ]
}