Adjustments + bugs fixing
[morpheus.git] / pkg / DESCRIPTION
index b18cd01..0a642b6 100644 (file)
@@ -5,13 +5,13 @@ Description: Mixture of logistic regressions parameters (H)estimation with
     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://www.math.u-psud.fr/~loum/IMG/pdf/these.compressed-2.pdf>.
-Version: 0.2-0
+               <https://tel.archives-ouvertes.fr/tel-01877796/document>.
+Version: 1.0-2
 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>
 Depends:
-    R (>= 3.0.0),
+    R (>= 3.5.0),
 Imports:
     MASS,
     jointDiag,
@@ -21,11 +21,11 @@ Suggests:
     devtools,
     flexmix,
     parallel,
-    testthat,
-    roxygen2,
-    tensor
+    testthat (>= 3.0.0),
+    roxygen2
 License: MIT + file LICENSE
-RoxygenNote: 5.0.1
+RoxygenNote: 7.1.1
+URL: https://github.com/yagu0/morpheus
 Collate:
     'utils.R'
     'A_NAMESPACE.R'
@@ -34,3 +34,4 @@ Collate:
     'optimParams.R'
     'plot.R'
     'sampleIO.R'
+Config/testthat/edition: 3