Skip to content

Commit

Permalink
data() added to pass the CMD check
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliasidi committed May 23, 2024
1 parent e39a63b commit c367b23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.html
*.R
^vignettes/meta-forestly.Rmd$
6 changes: 6 additions & 0 deletions vignettes/meta-forestly.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ library(forestly)
library(metalite)
```

```{r, echo = FALSE}
data(forestly_adsl)
data(forestly_adae)
```


# Overview

`meta_forestly()` is the first step in the interactive forest plot generation workflow and is a wrapper of several functions from [metalite](https://merck.github.io/metalite/). Specifically, it defines a metadata, including ADaM datesets, population, observations and parameters to be used in the forest plot.
Expand Down

0 comments on commit c367b23

Please sign in to comment.