The teal.goshawk package provides teal
modules of the longitudinal visualization functions from the goshawk R package. This enables teal
app developers to easily create applications to explore longitudinal clinical trial data.
Modules
tm_g_gh_boxplot
tm_g_gh_correlationplot
tm_g_gh_density_distribution_plot
tm_g_gh_lineplot
tm_g_gh_scatterplot
-
tm_g_gh_spaghettiplot
Installation
For releases from August 2022 it is recommended that you create and use a Github PAT to install the latest version of this package. Once you have the PAT, run the following:
Sys.setenv(GITHUB_PAT = "your_access_token_here")
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/teal.goshawk@*release")
A stable release of all NEST
packages from June 2022 is also available here.
In order to run many of the examples you will also need to install the scda
package.