From 8b342e81c63b62f84292dc68cb25f9305720b8ae Mon Sep 17 00:00:00 2001 From: Mauro Lepore Date: Mon, 22 Jan 2024 07:15:52 -0300 Subject: [PATCH] Remove pak from r-universe installation (#697) --- README.Rmd | 4 +--- README.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index dbdd4dbfc..268aa1336 100644 --- a/README.Rmd +++ b/README.Rmd @@ -31,9 +31,7 @@ You can install the latest release from [r-universe](https://r-universe.dev/) with: ``` r -# install.packages("pak") -pak::repo_add(r_universe = "https://2degreesinvesting.r-universe.dev") -install.packages("tiltIndicator") +install.packages("tiltIndicator", repos = c("https://2degreesinvesting.r-universe.dev", getOption("repos"))) ``` Or the development version from [GitHub](https://github.com/) with: diff --git a/README.md b/README.md index e04e6fcb7..ed6d4adaf 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,7 @@ You can install the latest release from [r-universe](https://r-universe.dev/) with: ``` r -# install.packages("pak") -pak::repo_add(r_universe = "https://2degreesinvesting.r-universe.dev") -install.packages("tiltIndicator") +install.packages("tiltIndicator", repos = c("https://2degreesinvesting.r-universe.dev", getOption("repos"))) ``` Or the development version from [GitHub](https://github.com/) with: