Skip to content

Commit

Permalink
rm test output
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Aug 28, 2024
1 parent eb87d48 commit f06bb53
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,21 @@ This package provides:
## Installation

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

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

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

## Usage

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

Below is the showcase of the example usage
Below is the showcase of the example usage.

```r
library(teal.data)
Expand All @@ -78,7 +71,7 @@ my_data <- cdisc_data(
})
)

# or
# or

my_data <- within(teal_data(), {
ADSL <- example_cdisc_data("ADSL")
Expand Down

0 comments on commit f06bb53

Please sign in to comment.