{"id":20690254,"url":"https://github.com/merck/metalite","last_synced_at":"2025-08-22T03:32:30.179Z","repository":{"id":37056415,"uuid":"481689697","full_name":"Merck/metalite","owner":"Merck","description":"An R package to create metadata structure for ADaM data analysis and reporting","archived":false,"fork":false,"pushed_at":"2024-08-22T22:27:19.000Z","size":7002,"stargazers_count":15,"open_issues_count":1,"forks_count":6,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-12-16T21:57:45.875Z","etag":null,"topics":["cdisc","clinical-trials","metadata","r-package"],"latest_commit_sha":null,"homepage":"https://merck.github.io/metalite/","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/Merck.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-04-14T17:23:02.000Z","updated_at":"2024-08-22T17:52:40.000Z","dependencies_parsed_at":"2023-02-19T20:31:10.511Z","dependency_job_id":"1b9fd1c7-0b88-4ee1-bbac-5c36539bcff0","html_url":"https://github.com/Merck/metalite","commit_stats":{"total_commits":234,"total_committers":17,"mean_commits":"13.764705882352942","dds":0.7777777777777778,"last_synced_commit":"82c7950d406fa6ed6777cf6276d2ef540c64f4bf"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merck%2Fmetalite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merck%2Fmetalite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merck%2Fmetalite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Merck%2Fmetalite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Merck","download_url":"https://codeload.github.com/Merck/metalite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230554330,"owners_count":18244234,"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":["cdisc","clinical-trials","metadata","r-package"],"created_at":"2024-11-16T23:12:24.864Z","updated_at":"2024-12-20T08:09:05.093Z","avatar_url":"https://github.com/Merck.png","language":"R","readme":"# metalite \u003cimg src=\"man/figures/logo.png\" align=\"right\" width=\"120\" /\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![CRAN status](https://www.r-pkg.org/badges/version/metalite)](https://CRAN.R-project.org/package=metalite)\n[![Codecov test coverage](https://codecov.io/gh/Merck/metalite/branch/main/graph/badge.svg)](https://app.codecov.io/gh/Merck/metalite?branch=main)\n[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/metalite)](https://CRAN.R-project.org/package=metalite)\n[![R-CMD-check](https://github.com/Merck/metalite/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Merck/metalite/actions/workflows/R-CMD-check.yaml)\n[![status](https://tinyverse.netlify.app/badge/metalite)](https://cran.r-project.org/package=metalite)\n\n\u003c!-- badges: end --\u003e\n\nUnified representation of metadata structure for\nclinical analysis \u0026 reporting (A\u0026R) by leveraging the\nAnalysis Data Model (ADaM) datasets.\n\n\u003cimg src=\"man/figures/design-diagram.png\" width=\"100%\" /\u003e\n\n## Installation\n\nThe easiest way to get metalite is to install from CRAN:\n\n```r\ninstall.packages(\"metalite\")\n```\n\nAlternatively, to use a new feature or get a bug fix,\nyou can install the development version of metalite from GitHub:\n\n```r\n# install.packages(\"remotes\")\nremotes::install_github(\"Merck/metalite\")\n```\n\n## Overview\n\nThe metalite framework is designed to:\n\n- Standardize function input for analysis and reporting.\n- Separate analysis logic from data source.\n- Enable the use of pipes (`|\u003e`).\n- Reduce manual steps to develop and maintain documentation in clinical trial development.\n- Ensure consistency between analysis specification, mock, and results.\n\n## Use cases\n\nThe metalite package offers a foundation to simplify tool development\nand create standard engineering workflows.\nFor example, metalite can be used to:\n\n- Standardize input and output for A\u0026R functions.\n- Create analysis and reporting planning grid.\n- Create mock table.\n- Create and validate A\u0026R results.\n- Trace analysis records.\n\nNote: metalite is a low-level R package\nthat needs to work with other R packages to complete the work.\nThe idea is illustrated in the diagram above.\n\n## Design principles\n\nWe built metalite with the following principles:\n\n- Automation: prefer a function call more than a checklist.\n- Single-entry: enter in one place, sync to all deliveries.\n  - For example, enter data source one time for all AE analysis.\n- End-to-end: cover all steps in software development lifecycle (SDLC) from define to delivery.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerck%2Fmetalite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerck%2Fmetalite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerck%2Fmetalite/lists"}