diff --git a/DESCRIPTION b/DESCRIPTION index 6b371f5..5c0534c 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 e42632e..09f8971 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -88,12 +88,14 @@ 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 + contents: - 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}