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

Package version updated. Roxygen2 version. data.table package now imported.

parent 5264ac85
No related branches found
No related tags found
No related merge requests found
Package: mstudentd Package: mstudentd
Type: Package Type: Package
Title: Multivariate t Distribution Title: Multivariate t Distribution
Version: 1.0.0 Version: 1.1.0
Authors@R: c( Authors@R: c(
person("Pierre", "Santagostini", email = "pierre.santagostini@agrocampus-ouest.fr", role = c("aut", "cre")), person("Pierre", "Santagostini", email = "pierre.santagostini@agrocampus-ouest.fr", role = c("aut", "cre")),
person("Nizar", "Bouhlel", email = c("nizar.bouhlel@agrocampus-ouest.fr", "nizar.bouhlel@inrae.fr"), role = c("aut")) person("Nizar", "Bouhlel", email = c("nizar.bouhlel@agrocampus-ouest.fr", "nizar.bouhlel@inrae.fr"), role = c("aut"))
...@@ -9,13 +9,13 @@ Authors@R: c( ...@@ -9,13 +9,13 @@ Authors@R: c(
Maintainer: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr> Maintainer: Pierre Santagostini <pierre.santagostini@agrocampus-ouest.fr>
Description: Distance between multivariate t distributions, as presented by N. Bouhlel and D. Rousseau (2023) <doi:10.1109/LSP.2023.3324594>. Description: Distance between multivariate t distributions, as presented by N. Bouhlel and D. Rousseau (2023) <doi:10.1109/LSP.2023.3324594>.
Depends: R (>= 3.3.0) Depends: R (>= 3.3.0)
Imports: rgl, MASS Imports: rgl, MASS, data.table
License: GPL (>= 3) License: GPL (>= 3)
URL: https://forgemia.inra.fr/imhorphen/mstudentd URL: https://forgemia.inra.fr/imhorphen/mstudentd
BugReports: https://forgemia.inra.fr/imhorphen/mstudentd/-/issues BugReports: https://forgemia.inra.fr/imhorphen/mstudentd/-/issues
Encoding: UTF-8 Encoding: UTF-8
Roxygen: list(markdown = TRUE) Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1 RoxygenNote: 7.3.2
Suggests: Suggests:
testthat (>= 3.2.1) testthat (>= 3.2.1)
Config/testthat/edition: 3 Config/testthat/edition: 3
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