From 7efa5be8af2fb10a9fa6dafeef150f2fd2535e9c Mon Sep 17 00:00:00 2001 From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr> Date: Mon, 10 Feb 2025 18:20:15 +0100 Subject: [PATCH] Installation instructions --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 9bc6cc1..af862b3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ The gaussratiovegind package provides tools for the distribution of the ratio of ## Installation -<!-- Install the package from CRAN: ``` @@ -17,15 +16,11 @@ install.packages("gaussratiovegind") ``` Or install the development version from the repository, using the [`devtools`](https://CRAN.R-project.org/package=devtools) package: ---> - -Install the development version from the repository, using the [`devtools`](https://CRAN.R-project.org/package=devtools) package: ``` install.packages("devtools") devtools::install_gitlab("imhorphen/gaussratiovegind", - host = "https://forgemia.inra.fr", - auth_token = "yHcdEqCR5jVudq36a4Xa") + host = "https://forgemia.inra.fr") ``` ## Authors -- GitLab