Skip to content

Commit

Permalink
update readme (#617)
Browse files Browse the repository at this point in the history
- remove r-universe from install instructions for simplicity
- remove link to r-universe - this fixes url-checker
- code format package name
  • Loading branch information
pawelru authored Aug 28, 2024
1 parent e1e3578 commit 60ae2d4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,19 @@
## Installation

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

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

# install.packages("pak")
pak::pak("insightsengineering/teal.slice")
```

## Usage

To understand how to use this package, please refer to the [Introduction to teal.slice](https://insightsengineering.github.io/teal.slice/latest-tag/articles/teal-slice.html) article, which provides multiple examples of code implementation.
To understand how to use this package, please refer to the [Introduction to `teal.slice`](https://insightsengineering.github.io/teal.slice/latest-tag/articles/teal-slice.html) article, which provides multiple examples of code implementation.

![Showcase](https://github.com/insightsengineering/teal.slice/blob/main/assets/img/showcase.gif)

Expand Down

0 comments on commit 60ae2d4

Please sign in to comment.