X-Git-Url: https://git.auder.net/?p=valse.git;a=blobdiff_plain;f=pkg%2FDESCRIPTION;h=77812ed25ed40223085631507ecc029f8411a83e;hp=b13ee146a120a6e00d7f58dcc19f7fb3370cbc31;hb=1196a43d961a95abc18d3c8e777e9a4e8233e562;hpb=086cf723817b690dc368d2f11b7b9e88d183e804 diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index b13ee14..77812ed 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: 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 @@ -11,34 +11,34 @@ 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 +Maintainer: Benjamin Auder Depends: - R (>= 3.0.0) + R (>= 3.5.0) Imports: MASS, - parallel + parallel, + ggplot2, + cowplot, + reshape2 Suggests: capushe, - roxygen2, - testhat + roxygen2 URL: http://git.auder.net/?p=valse.git License: MIT + file LICENSE -RoxygenNote: 5.0.1 +RoxygenNote: 7.0.2 Collate: - 'plot.R' + 'plot_valse.R' 'main.R' 'selectVariables.R' - 'filterModels.R' 'constructionModelesLassoRank.R' 'constructionModelesLassoMLE.R' 'computeGridLambda.R' 'initSmallEM.R' 'EMGrank.R' 'EMGLLF.R' - 'EMGrank_R.R' - 'EMGLLF_R.R' 'generateXY.R' 'A_NAMESPACE.R' + 'util.R'