From d8860790349bf172662fe0c9b079d49b1e631054 Mon Sep 17 00:00:00 2001 From: LittleBeannie Date: Thu, 2 Oct 2025 16:11:31 -0400 Subject: [PATCH 1/2] re-org pkgdown website --- _pkgdown.yml | 7 +++++-- vignettes/exposure-duration-histogram.Rmd | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index cbde56d..e6252f7 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -80,16 +80,19 @@ reference: - title: Deformat contents: - defmt_pct + articles: - title: Get started contents: - metalite.sl -- title: Tutorial +- title: Generate static tables contents: - baseline-character - disposition - exp_duration - trt_compliance +- title: Generate interactive tables + content: - interactive-baseline - interactive-disposition - - exposure-duration-histogram + - exposure-duration-histogram \ No newline at end of file diff --git a/vignettes/exposure-duration-histogram.Rmd b/vignettes/exposure-duration-histogram.Rmd index ec11bde..b9db3f2 100644 --- a/vignettes/exposure-duration-histogram.Rmd +++ b/vignettes/exposure-duration-histogram.Rmd @@ -1,5 +1,5 @@ --- -title: "exposure-duration-histogram" +title: "Interactive exposure duration histogram" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{exposure-duration-histogram} From 3d9d4392831a936d7ef02c164ce4a3d26a44c7aa Mon Sep 17 00:00:00 2001 From: LittleBeannie Date: Mon, 13 Oct 2025 14:22:18 -0400 Subject: [PATCH 2/2] fix ci/cd check errors --- DESCRIPTION | 1 + _pkgdown.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index fa4cd76..462a04b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -20,6 +20,7 @@ Description: Analyzes subject-level data in clinical trials using the 'metalite' by Zhang et al. (2022) . Depends: R (>= 4.1.0) License: GPL (>= 3) +URL: https://merck.github.io/metalite.sl/, https://github.com/Merck/metalite.sl Imports: glue, metalite, diff --git a/_pkgdown.yml b/_pkgdown.yml index e6252f7..4685924 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -92,7 +92,7 @@ articles: - exp_duration - trt_compliance - title: Generate interactive tables - content: + contents: - interactive-baseline - interactive-disposition - exposure-duration-histogram \ No newline at end of file