Skip to content

Commit

Permalink
update readme (#1218)
Browse files Browse the repository at this point in the history
- remove r-universe from install instructions for simplicity
- remove link to the r-universe - this fixes url-checker
- add reference to the introduction article
  • Loading branch information
pawelru authored Sep 10, 2024
1 parent 8c0db0b commit c37260f
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 @@ -57,26 +57,19 @@ Please see the [Teal Gallery](https://insightsengineering.github.io/teal.gallery
## Installation

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

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

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

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

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

## Usage

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

## Getting help

Expand Down

0 comments on commit c37260f

Please sign in to comment.