Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Aug 28, 2024
1 parent d072d2f commit bae96ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ This enables `teal` app developers to easily create applications making use of `

## Installation

From July 2023 `insightsengineering` packages are available on [r-universe](https://r-universe.dev/).

```r
# stable versions
install.packages('teal.osprey', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org'))
# install.packages("pak")
pak::pkg_install("insightsengineering/teal.osprey@*release")

# beta versions
install.packages('teal.osprey', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org'))
# install.packages("pak")
pak::pkg_install("insightsengineering/teal.osprey")
```

## Stargazers and Forkers
Expand Down

0 comments on commit bae96ce

Please sign in to comment.