From 60ae2d48ba41d0fb096c4eccd3e2bdb6bdef2e0f Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:55:25 +0200 Subject: [PATCH] update readme (#617) - remove r-universe from install instructions for simplicity - remove link to r-universe - this fixes url-checker - code format package name --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 31659ccc9..ddbebd2e1 100644 --- a/README.md +++ b/README.md @@ -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)