From f0ebd4be248e7766d5830ae31c4c3648b438eac6 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:06:53 +0200 Subject: [PATCH] update readme (#281) - remove link to r-universe - this fixes url-checker - use `pak` for install instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91324cda..130b8bc0 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ This enables `teal` app developers to easily create applications making use of ` ## Installation -From July 2023 `insightsengineering` packages are available on [r-universe](https://r-universe.dev/). - ```r # stable versions -install.packages('teal.osprey', repos = c('https://insightsengineering.r-universe.dev', 'https://cloud.r-project.org')) +# install.packages("pak") +pak::pkg_install("insightsengineering/teal.osprey@*release") # beta versions -install.packages('teal.osprey', repos = c('https://pharmaverse.r-universe.dev', 'https://cloud.r-project.org')) +# install.packages("pak") +pak::pkg_install("insightsengineering/teal.osprey") ``` ## Stargazers and Forkers