Skip to content

Commit

Permalink
update readme (#259)
Browse files Browse the repository at this point in the history
- remove link to r-universe - this fixes url-checker
- remove r-universe from install instructions for simplicity
  • Loading branch information
pawelru authored Aug 28, 2024
1 parent 970fe06 commit 8129f32
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,12 @@ This package provides various widgets for `teal` applications. Examples include:
## Installation

```r
# stable versions
install.packages('teal.widgets')

# install.packages("pak")
pak::pak("insightsengineering/teal.widgets@*release")
```

Alternatively, you might want to use the development version available on [r-universe](https://r-universe.dev/).
Alternatively, you might want to use the development version.

```r
# beta versions
install.packages('teal.widgets', repos = c('https://pharmaverse.r-universe.dev', getOption('repos')))

# install.packages("pak")
pak::pak("insightsengineering/teal.widgets")
```
Expand Down

0 comments on commit 8129f32

Please sign in to comment.