Skip to content

Commit

Permalink
update readme (#390)
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 authored Sep 16, 2024
1 parent 9d6f82f commit 15a0efc
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 @@ -38,14 +38,14 @@ See the [vignette](https://insightsengineering.github.io/hermes/articles/hermes.

## Installation

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

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

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

See package vignettes `browseVignettes(package = "teal.modules.hermes")` for usage of this package.
Expand Down

0 comments on commit 15a0efc

Please sign in to comment.