Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Description: Analyzes subject-level data in clinical trials using the 'metalite'
by Zhang et al. (2022) <https://r4csr.org/>.
Depends: R (>= 4.1.0)
License: GPL (>= 3)
URL: https://merck.github.io/metalite.sl/, https://github.com/Merck/metalite.sl
Imports:
glue,
metalite,
Expand Down
6 changes: 4 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion vignettes/exposure-duration-histogram.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "exposure-duration-histogram"
title: "Interactive exposure duration histogram"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{exposure-duration-histogram}
Expand Down
Loading