{"id":13691489,"url":"https://github.com/insightsengineering/cards","last_synced_at":"2025-04-05T11:07:30.918Z","repository":{"id":190075072,"uuid":"668376690","full_name":"insightsengineering/cards","owner":"insightsengineering","description":"CDISC Analysis Results Data","archived":false,"fork":false,"pushed_at":"2025-03-28T16:40:01.000Z","size":42963,"stargazers_count":40,"open_issues_count":16,"forks_count":3,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-28T17:43:08.792Z","etag":null,"topics":["analysis","cdisc","dataset","r"],"latest_commit_sha":null,"homepage":"https://insightsengineering.github.io/cards/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insightsengineering.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"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},"funding":{"custom":["https://pharmaverse.org"]}},"created_at":"2023-07-19T16:55:15.000Z","updated_at":"2025-03-25T22:42:38.000Z","dependencies_parsed_at":"2024-01-02T00:45:34.195Z","dependency_job_id":"709f1ee6-7c06-4aeb-af08-4644f1e4f44a","html_url":"https://github.com/insightsengineering/cards","commit_stats":{"total_commits":466,"total_committers":13,"mean_commits":35.84615384615385,"dds":"0.44635193133047213","last_synced_commit":"9939a82974e88b2f667d41ad219f9a30b247397a"},"previous_names":["insightsengineering/cards"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fcards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fcards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fcards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fcards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insightsengineering","download_url":"https://codeload.github.com/insightsengineering/cards/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325693,"owners_count":20920714,"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":["analysis","cdisc","dataset","r"],"created_at":"2024-08-02T17:00:45.686Z","updated_at":"2025-04-05T11:07:30.911Z","avatar_url":"https://github.com/insightsengineering.png","language":"R","funding_links":["https://pharmaverse.org"],"categories":["Featured (new releases)","Ranked by starred repositories","R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# cards \u003ca href=\"https://insightsengineering.github.io/cards/\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"120\" alt=\"cards website\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/cards)](https://CRAN.R-project.org/package=cards)\n[![Codecov test coverage](https://codecov.io/gh/insightsengineering/cards/graph/badge.svg)](https://app.codecov.io/gh/insightsengineering/cards)\n[![Downloads](https://cranlogs.r-pkg.org/badges/cards)](https://cran.r-project.org/package=cards)\n[![R-CMD-check](https://github.com/insightsengineering/cards/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/insightsengineering/cards/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nThe [CDISC Analysis Results Standard](https://www.cdisc.org/standards/foundational/analysis-results-standard) aims to facilitate automation, reproducibility, reusability, and traceability of analysis results data (ARD).\nThe {cards} package creates these **C**DISC **A**nalysis **R**esult **D**ata **S**ets.\n\nUse cases:\n\n1. Quality Control (QC) of existing tables and figures.\n\n1. Pre-calculate statistics to be summarized in tables and figures.\n\n1. Medical writers may easily access statistics and place in reports without copying and pasting from reports.\n\n1. Provides a consistent format for results and lends results to be combined across studies for re-use and re-analysis.\n\n## Installation\n\nInstall cards from CRAN with:\n\n```r\ninstall.packages(\"cards\")\n```\n\nYou can install the development version of cards from [GitHub](https://github.com/) with:\n\n``` r\n# install.packages(\"devtools\")\ndevtools::install_github(\"insightsengineering/cards\")\n```\n\n## Extensions\n\n[![cardx website](https://raw.githubusercontent.com/insightsengineering/cardx/main/man/figures/logo.png){style=\"float: right\" width=\"120\"}](https://insightsengineering.github.io/cardx/)\n\nThe {cards} package exports three types of functions:\n\n1.  Functions to create basic ARD objects.\n\n2.  Utilities to create new ARD objects.\n\n3.  Functions to work with existing ARD objects.\n\nThe [{cardx}](https://github.com/insightsengineering/cardx/) R package is an extension to {cards} that uses the utilities from {cards} and exports functions for creating additional ARD objects–--including functions to summarize t-tests, Wilcoxon Rank-Sum tests, regression models, and more.\n\n## Getting Started\n\nReview the [Getting Started](https://insightsengineering.github.io/cards//main/articles/getting-started.html) page for examples using ARDs to calculate statistics to later include in tables.\n\n```{r}\nlibrary(cards)\n\nard_continuous(ADSL, by = \"ARM\", variables = \"AGE\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fcards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsightsengineering%2Fcards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fcards/lists"}