Skip to content

Commit

Permalink
add ref to tmg and tmc
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Sep 30, 2024
1 parent f10368e commit 717e91f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This returns the following URL:
In your `DESCRIPTION` file, add the following:

```yaml
Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))
Roxygen: list(..., packages = c(..., "roxy.shinylive"))
```
Then in your package documentation:
Expand Down Expand Up @@ -95,3 +95,5 @@ knitr::include_url(url, height = "800px")
![example of vignette](inst/vignette.gif)

See the package documentation for more details.

See the example implementation in the [`teal.modules.general`](https://insightsengineering.github.io/teal.modules.general/) or [`teal.modules.clinical`](https://insightsengineering.github.io/teal.modules.clinical/) packages.

0 comments on commit 717e91f

Please sign in to comment.