Skip to content

Commit

Permalink
rm test output (#208)
Browse files Browse the repository at this point in the history
- remove r-universe install instructions for simplicity
- remove r-universe link - this fixes url-checker
  • Loading branch information
pawelru authored Aug 28, 2024
1 parent 8ac1a04 commit bb6862e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,11 @@ The features include:
```r
# stable versions
install.packages('teal.code')

# install.packages("pak")
pak::pak("insightsengineering/teal.code@*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.code', repos = c('https://pharmaverse.r-universe.dev', getOption('repos')))

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

0 comments on commit bb6862e

Please sign in to comment.