From c9e91f3d48c8ece68da75e9da12f362ff54902ca Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:52:35 +0200 Subject: [PATCH] rm test output (#328) - remove r-universe from install instructions for simplicity - remove link to the r-universe - this fixes url checker - code format package name --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1d5af1b8a..f3bcd0d29 100644 --- a/README.md +++ b/README.md @@ -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) @@ -78,7 +71,7 @@ my_data <- cdisc_data( }) ) -# or +# or my_data <- within(teal_data(), { ADSL <- example_cdisc_data("ADSL")