shanpengli / FastJM

Efficient algorithms and implementation of joint models with longitudinal and competing risks data applying pseudo-adaptive quadrature rules and customized linear scan approach
5 stars 5 forks source link

Update indexing type for Eigen 3.4 compatibility #2

Closed andrjohns closed 9 months ago

andrjohns commented 9 months ago

This PR updates your package's C++ to use an integer vector (Eigen::VectorXi) instead of a doubles vector (Eigen::VectorXd) for storing indexing values, otherwise your package will break with the next RcppEigen release.

Let me know if you have any questions, thanks!