Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update indexing type for Eigen 3.4 compatibility #41

Closed
wants to merge 1 commit into from
Closed

Update indexing type for Eigen 3.4 compatibility #41

wants to merge 1 commit into from

Conversation

andrjohns
Copy link

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!

@lhe17
Copy link
Owner

lhe17 commented Feb 15, 2024 via email

@eddelbuettel
Copy link

It is already on CRAN! Many thanks for the speedy update!

image

@andrjohns andrjohns closed this by deleting the head repository Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants