Edited README

This commit is contained in:
2025-06-04 13:25:39 +02:00
parent 1867a42c52
commit 3f81c0d79f

View File

@ -25,7 +25,7 @@ Please note you also need to install [git](https://git-scm.com/) and [RTools](ht
Then, install SPT: Then, install SPT:
```r ```r
devtools::install_git("https://git.corentinchoisy.xyz/corentinchoisy/SPT.git") devtools::install_git("https://gitlab.univ-nantes.fr/choisy-c/spt.git")
``` ```
### Upgrading ### Upgrading
@ -33,7 +33,7 @@ devtools::install_git("https://git.corentinchoisy.xyz/corentinchoisy/SPT.git")
```r ```r
# If SPT is currently loaded in your environment # If SPT is currently loaded in your environment
detach("package:SPT",unload=T) 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 ## Author