X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2FDESCRIPTION;h=13fee37e772fdedc7184ff2936b976ba27050e13;hp=72723c0482dbf3359510525e60d2996a358cf0cc;hb=64cceb2ece0d8142fee3e82e1cc56e20261caf45;hpb=3453829ed3723a2b18ac478a6b4ef5d087a9d68d diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 72723c0..13fee37 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,6 +1,6 @@ Package: valse -Title: Variable Selection With Mixture Of Models -Date: 2016-12-01 +Title: Variable Selection with Mixture of Models +Date: 2021-05-16 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,23 +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). -Author: Benjamin Auder [aut,cre], +Author: Benjamin Auder [aut,cre], Emilie Devijver [aut], - Benjamin Goehry [aut] -Maintainer: Benjamin Auder + Benjamin Goehry [ctb] +Maintainer: Benjamin Auder Depends: - R (>= 3.0.0) + R (>= 3.5.0) Imports: MASS, - parallel + parallel, + cowplot, + ggplot2, + reshape2 Suggests: capushe, - methods, - roxygen2, - testthat -URL: http://git.auder.net/?p=valse.git + roxygen2 +URL: https://git.auder.net/?p=valse.git License: MIT + file LICENSE -RoxygenNote: 6.0.1 +RoxygenNote: 7.1.1 Collate: 'plot_valse.R' 'main.R'