Skip to content
Snippets Groups Projects
Commit e788cee1 authored by SANTAGOSTINI Pierre's avatar SANTAGOSTINI Pierre
Browse files

Change package name

parent 11e32aed
No related branches found
No related tags found
No related merge requests found
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
......
# 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")
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment