Skip to content

Commit d9e2a12

Browse files
committed
build(RMixtCompIO): CRAN v4.0.11
1 parent f187052 commit d9e2a12

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

RMixtCompIO/DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.10
5-
Date: 2023-05-07
4+
Version: 4.0.11
5+
Date: 2023-10-03
66
Authors@R: c(person("Vincent", "Kubicki", role = "aut"),
77
person("Christophe", "Biernacki", role = "aut"),
88
person("Quentin", "Grimonprez", role = c("aut", "cre"), email = "quentingrim@yahoo.fr"),
@@ -21,7 +21,7 @@ Description: Mixture Composer <https://github.com/modal-inria/MixtComp> is a pro
2121
URL: https://github.com/modal-inria/MixtComp
2222
BugReports: https://github.com/modal-inria/MixtComp/issues
2323
Imports: Rcpp, doParallel, foreach
24-
Suggests: Rmixmod, testthat, RInside, xml2
24+
Suggests: Rmixmod, testthat, xml2
2525
LinkingTo: Rcpp, RcppEigen, BH
2626
RoxygenNote: 7.2.3
2727
Encoding: UTF-8

RMixtCompIO/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v 4.0.11 2023-10-03
2+
- fix cpp errors with clang 17
3+
14
v 4.0.10 2023-05-07
25
- fix cpp warnings
36
- update negative binomial test

0 commit comments

Comments
 (0)