From 2e8792b77914d456376c3908bb022065038751cf Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:42:18 +0200 Subject: [PATCH] update readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b69aebbf..b8d6344b 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,23 @@ This enables `teal` app developers to easily create applications to explore long ## Modules -- `tm_g_gh_boxplot` -- `tm_g_gh_correlationplot` -- `tm_g_gh_density_distribution_plot` -- `tm_g_gh_lineplot` -- `tm_g_gh_spaghettiplot` +- [`tm_g_gh_boxplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_boxplot.html) +- [`tm_g_gh_correlationplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_correlationplot.html) +- [`tm_g_gh_density_distribution_plot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_density_distribution_plot.html) +- [`tm_g_gh_lineplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_lineplot.html) +- [`tm_g_gh_spaghettiplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_spaghettiplot.html) ## Installation -From July 2023 `insightsengineering` packages are available on [r-universe](https://r-universe.dev/). - ```r # stable versions -install.packages('teal.goshawk', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org')) +# install.packages("pak") +pak::pkg_install("insightsengineering/teal.goshawk@*release") # beta versions -install.packages('teal.goshawk', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org')) +# install.packages("pak") +pak::pkg_install("insightsengineering/teal.goshawk") ``` ## Stargazers and Forkers