{"id":14069045,"url":"https://github.com/desctable/desctable","last_synced_at":"2025-07-30T05:31:11.512Z","repository":{"id":219810760,"uuid":"58206671","full_name":"desctable/desctable","owner":"desctable","description":"An R package to produce descriptive and comparative tables","archived":false,"fork":false,"pushed_at":"2022-03-24T16:37:01.000Z","size":660,"stargazers_count":52,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-13T07:15:37.821Z","etag":null,"topics":["markdown","r","statistics","tidyverse"],"latest_commit_sha":null,"homepage":"http://desctable.github.io","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/desctable.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-06T12:46:53.000Z","updated_at":"2024-05-31T16:22:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7017485-bd6b-4f6b-9a7e-8c7eac0f3a6e","html_url":"https://github.com/desctable/desctable","commit_stats":null,"previous_names":["desctable/desctable"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desctable%2Fdesctable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desctable%2Fdesctable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desctable%2Fdesctable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desctable%2Fdesctable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/desctable","download_url":"https://codeload.github.com/desctable/desctable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228092123,"owners_count":17868139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["markdown","r","statistics","tidyverse"],"created_at":"2024-08-13T07:06:34.115Z","updated_at":"2024-12-04T10:30:53.406Z","avatar_url":"https://github.com/desctable.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\ntitle: \"Desctable\"\noutput: github_document\n---\n\n```{r, echo = F, message = F, warning = F}\nknitr::opts_chunk$set(message = F, warning = F)\n```\n\n[![Travis-CI Build Status](https://travis-ci.org/desctable/desctable.svg?branch=master)](https://travis-ci.org/desctable/desctable)  \n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/desctable)](https://cran.r-project.org/package=desctable) \n[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/desctable)](https://www.r-pkg.org:443/pkg/desctable)\n[![CRAN RStudio mirror total downloads](http://cranlogs.r-pkg.org/badges/grand-total/desctable)](https://www.r-pkg.org:443/pkg/desctable)\n\n**Warning to existing users**  \n*This version introduces a new API that should make the creation of tables more flexible.  \nThe old API is still present but in a deprecated mode.  \nSee the roadmap below, and the website for the new usage.  \nSuggestions about this change are welcome !*\n\n# Introduction\n\nDesctable aims to be a simple and expressive interface to building statistical tables in R.\n\nSee [desctable.github.io](https://desctable.github.io) for usage ond documentation.\n\n# Installation\n\nInstall from CRAN (0.1.9) with\n\n```\ninstall.packages(\"desctable\")\n```\n\nor install the development version (0.3) from github with\n\n```\ndevtools::install_github(\"desctable/desctable\")\n```\n\n# Roadmap\n\n## 0.3\n\nThis new version introduces a new internal representation as well as an entirely new API for desctable !  \nThe original `desctable` function and usage remains until 1.0, but begins deprecation.\n\nThis new API is more flexible and more simple at the same time. Combine `group_by`, `desc_table`, `desc_tests`, and `desc_output` to create descriptive and comparative statistics tables and output them to various formats.\n\nThe internal representation is now a simple dataframe in the simple descriptive case, and a nested dataframe with list-columns for comparative tables, allowing easier manipulation by the user.\n\n## Next\n\n- Add a `desc_output` for {gt}\n- Implement a way to make tables for survival analysis.\n- Implement a way to make tables for multivariate models.\n- Allow univariate tests for simple tables\n- add a column for totals in grouped tables\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesctable%2Fdesctable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesctable%2Fdesctable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesctable%2Fdesctable/lists"}