From 4f24d0d93b4bd2ffcc5fed979bea8fa30591891d Mon Sep 17 00:00:00 2001 From: mauro-ixpantia Date: Thu, 9 Jan 2025 08:50:07 -0300 Subject: [PATCH] Add the suffix "-r" in the repo specs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb74dbd..08feaf4 100644 --- a/README.md +++ b/README.md @@ -69,23 +69,23 @@ this package from Git using whatever method you prefer. With `remotes`: ```R -remotes::install_github("ixpantia/orbweaver") +remotes::install_github("ixpantia/orbweaver-r") ``` With `devtools`: ```R -devtools::install_github("ixpantia/orbweaver") +devtools::install_github("ixpantia/orbweaver-r") ``` With `renv`: ```R -renv::install("ixpantia/orbweaver") +renv::install("ixpantia/orbweaver-r") ``` With `pak`: ```R -pak::pak("ixpantia/orbweaver") +pak::pak("ixpantia/orbweaver-r") ```