From e788cee11355977eb4b82924b0664e8b8cf3deaa Mon Sep 17 00:00:00 2001 From: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr> Date: Mon, 10 Feb 2025 14:31:12 +0100 Subject: [PATCH] Change package name --- DESCRIPTION | 6 +++--- README.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 126880b..9f29137 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,4 +1,4 @@ -Package: ivegGaussr +Package: gaussratiovegind Title: Distribution of Gaussian Ratios Version: 0.0.0.9007 Authors@R: c(person("Pierre", family = "Santagostini", role = c("aut", "cre"), email = "pierre.santagostini@institut-agro.fr"), @@ -17,8 +17,8 @@ Description: It is well known that the distribution of a Gaussian ratio An example on the study of chlorophyll fluorescence can be found in A. El Ghaziri et al. (2023) <doi:10.3390/rs15020528>. License: GPL (>= 3) -URL: https://forgemia.inra.fr/imhorphen/iveggaussr -BugReports: https://forgemia.inra.fr/imhorphen/iveggaussr/-/issues +URL: https://forgemia.inra.fr/imhorphen/gaussratiovegind +BugReports: https://forgemia.inra.fr/imhorphen/gaussratiovegind/-/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 diff --git a/README.md b/README.md index 2f3f104..9bc6cc1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# ivegGaussr +# gaussratiovegind ## Description -The ivegGauss package provides tools for the distribution of the ratio of Gaussian distributions: +The gaussratiovegind package provides tools for the distribution of the ratio of Gaussian distributions: * Probability density function * Sample simulation @@ -13,7 +13,7 @@ The ivegGauss package provides tools for the distribution of the ratio of Gaussi Install the package from CRAN: ``` -install.packages("ivegGaussr") +install.packages("gaussratiovegind") ``` Or install the development version from the repository, using the [`devtools`](https://CRAN.R-project.org/package=devtools) package: @@ -23,7 +23,7 @@ Install the development version from the repository, using the [`devtools`](http ``` install.packages("devtools") -devtools::install_gitlab("imhorphen/ivegGaussr", +devtools::install_gitlab("imhorphen/gaussratiovegind", host = "https://forgemia.inra.fr", auth_token = "yHcdEqCR5jVudq36a4Xa") ``` -- GitLab