From c68233e73366df80841c5473acf647937d9c1535 Mon Sep 17 00:00:00 2001 From: Julian Sagebiel <julian.sagebiel@idiv.de> Date: Fri, 3 Jan 2025 12:02:26 +0100 Subject: [PATCH] changed readme for transition to github --- README.Rmd | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index 7023fe8..2a7ff81 100644 --- a/README.Rmd +++ b/README.Rmd @@ -39,14 +39,14 @@ It contains the following functions: You can install the stable version of choiceTools like so: ``` r -devtools::install_git('https://git.idiv.de/dj44vuri/choicetools') +devtools::install_git('https://github.com/sagebiej/choicetools') ``` You can install the development version of choiceTools like so: ``` r -devtools::install_git('https://git.idiv.de/dj44vuri/choicetools', ref = "devel" ) +devtools::install_git('https://github.com/sagebiej/choicetools', ref = "devel" ) ``` ## Example diff --git a/README.md b/README.md index d43d0a1..bf7e29b 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ It contains the following functions: You can install the stable version of choiceTools like so: ``` r -devtools::install_git('https://git.idiv.de/dj44vuri/choicetools') +devtools::install_git('https://github.com/sagebiej/choicetools') ``` You can install the development version of choiceTools like so: ``` r -devtools::install_git('https://git.idiv.de/dj44vuri/choicetools', ref = "devel" ) +devtools::install_git('https://github.com/sagebiej/choicetools', ref = "devel" ) ``` ## Example -- GitLab