openpharma / mmrm

Mixed Models for Repeated Measures (MMRM) in R.
https://openpharma.github.io/mmrm/
Other
101 stars 17 forks source link

avoid CRAN warning #431

Closed danielinteractive closed 4 months ago

danielinteractive commented 4 months ago

We need to avoid the use of deprecated Eigen thing in https://github.com/openpharma/mmrm/blob/main/src/utils.h#L32

see https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-fedora-gcc/mmrm-00check.html, in particular:

Found the following significant warnings:
  utils.h:32:49: warning: 'Eigen::placeholders::all' is deprecated [-Wdeprecated-declarations]