diff --git a/DESCRIPTION b/DESCRIPTION index 126880b2984b151b77a190e2005ec3b0acd7413b..9f29137ed339544bf762d394d0653205a4d15c96 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 2f3f104bf687fea51cd22efae650c0adaec96dfc..9bc6cc108622d627a01087371f24cf9143dc8a98 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") ```