From 633376642f850734eadeeef30084711b29aac314 Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Fri, 4 Oct 2024 15:58:06 -0400 Subject: [PATCH 1/2] Update URLs --- vignettes/tables.Rmd | 2 +- vignettes/tern.Rmd | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vignettes/tables.Rmd b/vignettes/tables.Rmd index 546aedf73d..b62e21de4c 100644 --- a/vignettes/tables.Rmd +++ b/vignettes/tables.Rmd @@ -27,7 +27,7 @@ knitr::opts_chunk$set( The `tern` R package provides functions to create common analyses from clinical trials in `R`. The core functionality for tabulation is built on the more general purpose `rtables` package. -New users should first begin by reading the ["Introduction to tern"](https://insightsengineering.github.io/tern/main/articles/tern.html) and ["Introduction to `rtables`"](https://insightsengineering.github.io/rtables/latest-tag/articles/rtables.html) vignettes. +New users should first begin by reading the ["Introduction to tern"](https://insightsengineering.github.io/tern/latest-tag/articles/tern.html) and ["Introduction to `rtables`"](https://insightsengineering.github.io/rtables/latest-release/articles/rtables.html) vignettes. The packages used in this vignette are: diff --git a/vignettes/tern.Rmd b/vignettes/tern.Rmd index 7cb8958e54..260ff05b9a 100644 --- a/vignettes/tern.Rmd +++ b/vignettes/tern.Rmd @@ -166,17 +166,17 @@ The first plot is a `ggplot2` object and the second plot is a `gTree` object, as The second plot has to be properly resized to get a clear and readable table content. The `tern` functions used for plot generation are mostly `g_` prefixed. -All `tern` plot functions are listed on [the tern website functions reference](https://insightsengineering.github.io/tern/main/reference/index.html). +All `tern` plot functions are listed on [the tern website functions reference](https://insightsengineering.github.io/tern/latest-tag/reference/index.html). ## Interactive Apps Most of `tern` outputs could be easily accommodated into `shiny` apps. We recommend applying `tern` outputs into `teal` apps. -The [`teal` package](https://insightsengineering.github.io/teal/main/) is a shiny-based interactive exploration framework for analyzing data. -`teal` shiny apps with `tern` outputs are available in the [`teal.modules.clinical` package](https://insightsengineering.github.io/teal.modules.clinical/main/). +The [`teal` package](https://insightsengineering.github.io/teal/latest-tag/) is a shiny-based interactive exploration framework for analyzing data. +`teal` shiny apps with `tern` outputs are available in the [`teal.modules.clinical` package](https://insightsengineering.github.io/teal.modules.clinical/latest-tag/). ## Summary In summary, `tern` contains many additional functions for creating tables, listing and graphs used in clinical trials and other statistical analyses. The design of the package gives users a lot of flexibility to meet the analysis needs in a regulatory or exploratory reporting context. -**For more information please explore [the tern website](https://insightsengineering.github.io/tern/main/).** +**For more information please explore [the tern website](https://insightsengineering.github.io/tern/latest-tag/).** From 518acb370e620f27c5a6de833f2c2615b7bc962d Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Fri, 4 Oct 2024 15:58:18 -0400 Subject: [PATCH 2/2] Remove duplicated title --- vignettes/tern.Rmd | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vignettes/tern.Rmd b/vignettes/tern.Rmd index 260ff05b9a..e3600650f2 100644 --- a/vignettes/tern.Rmd +++ b/vignettes/tern.Rmd @@ -23,10 +23,6 @@ knitr::opts_chunk$set( ) ``` -## Introduction to tern - ---------- - This vignette shows the general purpose and syntax of the `tern` R package. The `tern` R package contains analytical functions for creating tables and graphs useful for clinical trials and other statistical analysis. The main focus is on the clinical trial reporting tables but the graphs related to the clinical trials are also valuable.