Skip to content

Commit 1396c4d

Browse files
New minor release (#557)
1 parent 78a0e15 commit 1396c4d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.16
4+
Version: 0.3.17
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")),

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# mmrm 0.3.17
2+
3+
### Miscellaneous
4+
5+
- Added `Rcpp` specific flag to avoid warnings when using the upcoming new version of `Rcpp`.
6+
17
# mmrm 0.3.16
28

39
### New Features

vignettes/empirical_wls.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ We follow the following logic (see the corresponding `C++` function `pseudoInver
246246
otherwise replace the value with 0.
247247
3. Reconstruct the pseudo inverse matrix from modified singular values and U/V matrix.
248248

249-
In `Eigen` package, the pseudo inverse method is already implemented in [`Eigen::CompleteOrthogonalDecomposition< MatrixType_ >::pseudoInverse`](https://libeigen.gitlab.io/docs/classEigen_1_1CompleteOrthogonalDecomposition.html#a6260bd1050a28dd59733233d93eb6bed),
249+
In `Eigen` package, the pseudo inverse method is already implemented in
250+
[`Eigen::CompleteOrthogonalDecomposition< MatrixType_ >::pseudoInverse`](https://libeigen.gitlab.io/eigen/docs-nightly/classEigen_1_1CompleteOrthogonalDecomposition.html),
250251
but it is not used for the following reason:
251252

252253
1. The pseudo inverse method is not stable and can lead to `NAN` in calculations.

vignettes/package_structure.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Different folders contain R scripts and `Rmd` files for different topics, for ex
4343
### `SAS`
4444

4545
The `design/SAS/` folder contains programs to run MMRM models in SAS and the corresponding SAS outputs.
46-
The results will be used for integration tests (see [integration tests](../CONTRIBUTING.html#add-integration-tests)).
46+
The results will be used for integration tests
47+
(see [integration tests](https://openpharma.github.io/mmrm/latest-tag/CONTRIBUTING.html#add-integration-tests)).
4748

4849
### `TMB`
4950

0 commit comments

Comments
 (0)