Update README and package DESCRIPTION
[valse.git] / pkg / DESCRIPTION
index e18fddb..ac46366 100644 (file)
@@ -1,6 +1,6 @@
 Package: valse
 Package: valse
-Title: Variable Selection With Mixture Of Models
-Date: 2016-12-01
+Title: Variable Selection with Mixture of Models
+Date: 2020-03-11
 Version: 0.1-0
 Description: Two methods are implemented to cluster data with finite mixture
     regression models. Those procedures deal with high-dimensional covariates and
 Version: 0.1-0
 Description: Two methods are implemented to cluster data with finite mixture
     regression models. Those procedures deal with high-dimensional covariates and
@@ -11,22 +11,24 @@ Description: Two methods are implemented to cluster data with finite mixture
     (slope heuristic, BIC or AIC). Details of the procedure are provided in 'Model-
     based clustering for high-dimensional data. Application to functional data' by
     Emilie Devijver, published in Advances in Data Analysis and Clustering (2016).
     (slope heuristic, BIC or AIC). Details of the procedure are provided in 'Model-
     based clustering for high-dimensional data. Application to functional data' by
     Emilie Devijver, published in Advances in Data Analysis and Clustering (2016).
-Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
+Author: Benjamin Auder <benjamin.auder@universite-paris-saclay.fr> [aut,cre],
     Emilie Devijver <Emilie.Devijver@kuleuven.be> [aut],
     Emilie Devijver <Emilie.Devijver@kuleuven.be> [aut],
-    Benjamin Goehry <Benjamin.Goehry@math.u-psud.fr> [aut]
-Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
+    Benjamin Goehry <Benjamin.Goehry@math.u-psud.fr> [ctb]
+Maintainer: Benjamin Auder <benjamin.auder@universite-paris-saclay.fr>
 Depends:
 Depends:
-    R (>= 3.0.0)
+    R (>= 3.5.0)
 Imports:
     MASS,
 Imports:
     MASS,
-    parallel
+    parallel,
+    ggplot2,
+    cowplot,
+    reshape2
 Suggests:
     capushe,
 Suggests:
     capushe,
-    roxygen2,
-    testhat
+    roxygen2
 URL: http://git.auder.net/?p=valse.git
 License: MIT + file LICENSE
 URL: http://git.auder.net/?p=valse.git
 License: MIT + file LICENSE
-RoxygenNote: 5.0.1
+RoxygenNote: 7.0.2
 Collate:
     'plot_valse.R'
     'main.R'
 Collate:
     'plot_valse.R'
     'main.R'
@@ -39,3 +41,4 @@ Collate:
     'EMGLLF.R'
     'generateXY.R'
     'A_NAMESPACE.R'
     'EMGLLF.R'
     'generateXY.R'
     'A_NAMESPACE.R'
+    'util.R'