From 717e91f6f02fdc35698fa3296d83aa4687a62aed Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:30:50 +0200 Subject: [PATCH] add ref to tmg and tmc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d533b3f..5618306 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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.