Skip to content

Commit

Permalink
Merge branch 'main' into pawelru-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Aug 29, 2024
2 parents 0e82aa8 + 94f78cf commit 19bffe6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "[email protected]", role = "aut"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.goshawk 0.2.0.9001
# teal.goshawk 0.2.0.9002

# teal.goshawk 0.2.0

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ This enables `teal` app developers to easily create applications to explore long
## Modules

<!-- markdownlint-disable MD007 MD030 -->
- `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)
<!-- markdownlint-enable MD007 MD030 -->

## 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
Expand Down

0 comments on commit 19bffe6

Please sign in to comment.