Some fixes to re-upload on the CRAN
[morpheus.git] / pkg / DESCRIPTION
index 2a20240..c2833c6 100644 (file)
@@ -4,9 +4,9 @@ Description: Mixture of logistic regressions parameters (H)estimation with
     (U)spectral methods. The main methods take d-dimensional inputs and a vector
     of binary outputs, and return parameters according to the GLMs mixture model
     (General Linear Model). For more details see chapter 3 in the PhD thesis of
-               Mor-Absa Loum: <http://www.theses.fr/s156435>, available here
-               <https://tel.archives-ouvertes.fr/tel-01877796/document>.
-Version: 1.0-2
+               Mor-Absa Loum: <https://www.theses.fr/s156435>, available here
+               <https://theses.hal.science/tel-01877796/document>.
+Version: 1.0-3
 Author: Benjamin Auder <Benjamin.Auder@u-psud.fr> [aut,cre],
     Mor-Absa Loum <Mor-Absa.Loum@u-psud.fr> [aut]
 Maintainer: Benjamin Auder <Benjamin.Auder@u-psud.fr>
@@ -21,10 +21,10 @@ Suggests:
     devtools,
     flexmix,
     parallel,
-    testthat,
+    testthat (>= 3.0.0),
     roxygen2
 License: MIT + file LICENSE
-RoxygenNote: 7.0.2
+RoxygenNote: 7.1.1
 URL: https://github.com/yagu0/morpheus
 Collate:
     'utils.R'
@@ -34,3 +34,4 @@ Collate:
     'optimParams.R'
     'plot.R'
     'sampleIO.R'
+Config/testthat/edition: 3