Skip to content

Commit 19bffe6

Browse files
authored
Merge branch 'main' into pawelru-patch-1
2 parents 0e82aa8 + 94f78cf commit 19bffe6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.goshawk
33
Title: Longitudinal Visualization `teal` Modules
4-
Version: 0.2.0.9001
5-
Date: 2024-08-06
4+
Version: 0.2.0.9002
5+
Date: 2024-08-28
66
Authors@R: c(
77
person("Nick", "Paszty", , "[email protected]", role = c("aut", "cre")),
88
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# teal.goshawk 0.2.0.9001
1+
# teal.goshawk 0.2.0.9002
22

33
# teal.goshawk 0.2.0
44

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ This enables `teal` app developers to easily create applications to explore long
2424
## Modules
2525

2626
<!-- markdownlint-disable MD007 MD030 -->
27-
- `tm_g_gh_boxplot`
28-
- `tm_g_gh_correlationplot`
29-
- `tm_g_gh_density_distribution_plot`
30-
- `tm_g_gh_lineplot`
31-
- `tm_g_gh_spaghettiplot`
27+
- [`tm_g_gh_boxplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_boxplot.html)
28+
- [`tm_g_gh_correlationplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_correlationplot.html)
29+
- [`tm_g_gh_density_distribution_plot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_density_distribution_plot.html)
30+
- [`tm_g_gh_lineplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_lineplot.html)
31+
- [`tm_g_gh_spaghettiplot`](https://insightsengineering.github.io/teal.goshawk/latest-tag/reference/tm_g_gh_spaghettiplot.html)
3232
<!-- markdownlint-enable MD007 MD030 -->
3333

3434
## Installation
3535

36-
From July 2023 `insightsengineering` packages are available on [r-universe](https://r-universe.dev/).
37-
3836
```r
3937
# stable versions
40-
install.packages('teal.goshawk', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
38+
# install.packages("pak")
39+
pak::pkg_install("insightsengineering/teal.goshawk@*release")
4140

4241
# beta versions
43-
install.packages('teal.goshawk', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
42+
# install.packages("pak")
43+
pak::pkg_install("insightsengineering/teal.goshawk")
4444
```
4545

4646
## Stargazers and Forkers

0 commit comments

Comments
 (0)