diff --git a/README.md b/README.md index 6c46d9c..7e86cb8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Please note you also need to install [git](https://git-scm.com/) and [RTools](ht Then, install SPT: ```r -devtools::install_git("https://git.corentinchoisy.xyz/corentinchoisy/SPT.git") +devtools::install_git("https://gitlab.univ-nantes.fr/choisy-c/spt.git") ``` ### Upgrading @@ -33,7 +33,7 @@ devtools::install_git("https://git.corentinchoisy.xyz/corentinchoisy/SPT.git") ```r # If SPT is currently loaded in your environment detach("package:SPT",unload=T) -devtools::install_git("https://git.corentinchoisy.xyz/corentinchoisy/SPT.git") +devtools::install_git("https://gitlab.univ-nantes.fr/choisy-c/spt.git") ``` ## Author