Skip to content

Commit d8cd51a

Browse files
committed
docs: update RMixtCompIO version
1 parent b250cbd commit d8cd51a

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

RMixtCompIO/DESCRIPTION

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Package: RMixtCompIO
22
Type: Package
33
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
66
Authors@R: c(person("Vincent", "Kubicki", role = "aut"),
77
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"),
99
person("Serge", "Iovleff", role = "ctb"),
1010
person("Matthieu", "Marbac-Lourdelle", role = "ctb"),
11-
person("Étienne", "Goffinet", role = "ctb"),
11+
person("Étienne", "Goffinet", role = "ctb"),
1212
person("Patrick", "Wieschollek", role = "ctb", comment = "for CppOptimizationLibrary"),
1313
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]"))
1515
Copyright: Inria - Université de Lille - CNRS; Patrick Wieschollek, Tobias Wood & the respective contributors for CppOptimizationLibrary
1616
License: AGPL-3
1717
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.
1919
It includes models for real, categorical, counting, functional and ranking data.
2020
This package contains the minimal R interface of the C++ 'MixtComp' library.
2121
URL: https://github.com/modal-inria/MixtComp, https://massiccc.lille.inria.fr/

RMixtCompIO/NEWS

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
v 4.0.7 2022-01-13
2+
- manage eigen 3.4.0
3+
- lint package
4+
15
v 4.0.6 2020-11-13
26
- catch error "XXX object does not exit."
37
- rename some C++ classes and files
48
- remove useless files
5-
- Manage the case when lambda = 0 for Poisson and there are some missing intervals
9+
- Manage the case when lambda = 0 for Poisson and there are some missing intervals
610

711
v4.0.5 2020-06-15
812
- bug correction when z_class is in data but not in the model
@@ -11,7 +15,7 @@ v4.0.5 2020-06-15
1115
- export statistics about completed data
1216

1317
v4.0.2 2019-12-16
14-
- correct variable name in a function
18+
- correct variable name in a function
1519
- typo in error message
1620
- use registerDoSeq when the number of cores is 1
1721

0 commit comments

Comments
 (0)