From 81de5ae708c19a7d4ccb78076c53d0de1f41b758 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:59:50 +0200 Subject: [PATCH 1/2] update readme (#304) - add links to individual functions - use `pak` for install instructions - remove r-universe from install instructions for simplicity - remove link to the r-universe - this fixes url-checker --- 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 From 94f78cfa7608edeceb7dc3f846601a3ff48b9fe3 Mon Sep 17 00:00:00 2001 From: pawelru Date: Wed, 28 Aug 2024 14:00:53 +0000 Subject: [PATCH 2/2] [skip actions] Bump version to 0.2.0.9002 --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7c63217e..14451dcf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.goshawk Title: Longitudinal Visualization `teal` Modules -Version: 0.2.0.9001 -Date: 2024-08-06 +Version: 0.2.0.9002 +Date: 2024-08-28 Authors@R: c( person("Nick", "Paszty", , "nick.paszty@gene.com", role = c("aut", "cre")), person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index b426f3a3..bc4e23b3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.goshawk 0.2.0.9001 +# teal.goshawk 0.2.0.9002 # teal.goshawk 0.2.0