Skip to content

Commit

Permalink
update readme (#281)
Browse files Browse the repository at this point in the history
- remove link to r-universe - this fixes url-checker
- use `pak` for install instructions
  • Loading branch information
pawelru committed Aug 29, 2024
1 parent d072d2f commit f0ebd4b
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 f0ebd4b

Please sign in to comment.