Skip to content

Commit 8350c15

Browse files
515: release 0.3.15 (#516)
* version bump, clean news * use 4.1 as min R version
1 parent ca60481 commit 8350c15

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: mmrm
33
Title: Mixed Models for Repeated Measures
4-
Version: 0.3.14.9002
4+
Version: 0.3.15
55
Authors@R: c(
66
person("Daniel", "Sabanes Bove", , "daniel.sabanes_bove@rconis.com", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0176-9239")),
@@ -46,7 +46,7 @@ License: Apache License 2.0
4646
URL: https://openpharma.github.io/mmrm/
4747
BugReports: https://github.com/openpharma/mmrm/issues
4848
Depends:
49-
R (>= 4.0)
49+
R (>= 4.1)
5050
Imports:
5151
checkmate (>= 2.0),
5252
generics,

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# mmrm 0.3.14.9002
1+
# mmrm 0.3.15
2+
3+
### New Features
4+
5+
- `mmrm` now returns score per subject in empirical covariance. It can be accessed by `component(obj, name = "score_per_subject")`.
26

37
### Bug Fixes
48

59
- Previously, when fitting a model with empirical covariance matrix estimation to a data set with a large number of subjects and/or a large number of coefficients, the model fitting could take very long and exhaust the memory in the worst case. This was due to an inefficient implementation of a matrix needed only in case of Satterthwaite degrees of freedom adjustment. This is fixed now, by returning the matrix `empirical_g_mat` in the `mmrm` object, instead of the previous `empirical_df_mat` matrix. The model fit is now much faster and does not exhaust the memory anymore. If old model fit objects are used, the `empirical_df_mat` will still be used correctly, however a deprecation warning will be issued. Please consider re-fitting the model to get the new `empirical_g_mat` matrix.
610
- Previously, when compiling `mmrm` from source using a `TMB` version below 1.9.15, and installing a newer `TMB` of version 1.9.15 or above, would render the `mmrm` package unusable. This is fixed now, by checking in the dynamic library of `mmrm` whether the version of `TMB` has been sufficient.
711

8-
### New Features
9-
10-
- `mmrm` now returns score per subject in empirical covariance. It can be accessed by `component(obj, name = "score_per_subject")`.
11-
1212
# mmrm 0.3.14
1313

1414
### Bug Fixes

0 commit comments

Comments
 (0)