|
1 | 1 | Package: RMixtCompIO |
2 | 2 | Type: Package |
3 | 3 | Title: Minimal Interface of the C++ 'MixtComp' Library for Mixture Models with Heterogeneous and (Partially) Missing Data |
4 | | -Version: 4.0.6 |
5 | | -Date: 2020-11-13 |
| 4 | +Version: 4.0.7 |
| 5 | +Date: 2022-01-13 |
6 | 6 | Authors@R: c(person("Vincent", "Kubicki", role = "aut"), |
7 | 7 | person("Christophe", "Biernacki", role = "aut"), |
8 | | - person("Quentin", "Grimonprez", role = "aut", email = "quentin.grimonprez@inria.fr"), |
| 8 | + person("Quentin", "Grimonprez", role = c("aut", "cre"), email = "quentingrim@yahoo.fr"), |
9 | 9 | person("Serge", "Iovleff", role = "ctb"), |
10 | 10 | person("Matthieu", "Marbac-Lourdelle", role = "ctb"), |
11 | | - person("Étienne", "Goffinet", role = "ctb"), |
| 11 | + person("Étienne", "Goffinet", role = "ctb"), |
12 | 12 | person("Patrick", "Wieschollek", role = "ctb", comment = "for CppOptimizationLibrary"), |
13 | 13 | person("Tobias", "Wood", role = "ctb", comment = "for CppOptimizationLibrary"), |
14 | | - person("Julien", "Vandaele", role = c("ctb" , "cre"), email = " [email protected]")) |
| 14 | + person("Julien", "Vandaele", role = "ctb", email = " [email protected]")) |
15 | 15 | Copyright: Inria - Université de Lille - CNRS; Patrick Wieschollek, Tobias Wood & the respective contributors for CppOptimizationLibrary |
16 | 16 | License: AGPL-3 |
17 | 17 | Description: Mixture Composer <https://github.com/modal-inria/MixtComp> is a project to build mixture models with |
18 | | - heterogeneous data sets and partially missing data management. |
| 18 | + heterogeneous data sets and partially missing data management. |
19 | 19 | It includes models for real, categorical, counting, functional and ranking data. |
20 | 20 | This package contains the minimal R interface of the C++ 'MixtComp' library. |
21 | 21 | URL: https://github.com/modal-inria/MixtComp, https://massiccc.lille.inria.fr/ |
|
0 commit comments