Skip to content

Call two seq() explicitly as Rcpp::seq()#9

Open
eddelbuettel wants to merge 1 commit into
hojsgaard:masterfrom
eddelbuettel:master
Open

Call two seq() explicitly as Rcpp::seq()#9
eddelbuettel wants to merge 1 commit into
hojsgaard:masterfrom
eddelbuettel:master

Conversation

@eddelbuettel
Copy link
Copy Markdown

@eddelbuettel eddelbuettel commented Nov 26, 2021

Dear Søren, dear gR* team,

Eigen 3.4.0 was released earlier in the year, and I have been asked to update RcppEigen to it. As documented in this issue at its GitHub repo, there are about 10 packages that built at CRAN under the previous release, but not with the Eigen 3.4.0 changes in the release candidate package -- which can be installed via

install.packages("RcppEigen", repo="https://RcppCore.github.io/drat")

For gRbase, the change is fairly simple. Apparently Eigen 3.4.0 confuses another seq() declaration so we (in just two places) need Rcpp::seq(). With that simple changes in this PR, the package installs for me.

It would be helpful for RcppEigen if you could apply the patch and release an updated version so that RcppEigen could be upgraded to a version with Eigen 3.4.0.

Let me know if you have any question, and please do not hesitate to reply and ask.

Cheers, Dirk (who looks after RcppEigen as a care-taker...)

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.

1 participant