Dirk Eddelbuettel

Results 1017 comments of Dirk Eddelbuettel

So looks like it is the backend as @klin333 reminded us. So sadly I think we can close this here as there is little we can do.

Can you share a link to Harmony? Is it this project: https://github.com/immunogenomics/harmony ? If so my suspicion is that is could be a recent Armadillo change which makes matrix/vector ops...

Harmony is also still in [r2u](https://eddelbuettel.github.io/r2u/) as a binary for Ubuntu 20.04, 22.04 and 24.04 and works there. Oh, and once I use correct capitalization I also see it on...

@fbx233 Please help us to help you. Can you provide the output of, say, `sessionInfo()` ?

Ok, now please compare the versions to what `available.packages()` shows at CRAN. For example `harmony` itself is shown as 1.2.0 -- but CRAN is at 1.2.1. So that is on...

Yes, we know. Now please upgrade to the current version of it and see if it works.

BTW the github-based mirror of all the CRAN package has it at 1.2.1: https://github.com/cran/harmony For reference, CRAN package page also at 1.2.1: https://cran.r-project.org/package=harmony

@Enchufa2 No, different issue methinks. This was a recent RcppArmadillo change and harmony adjusted for it IIRC, but didn't not account for in the ChangeLog. Note that the [`harmony` results...

> But if it's RcppArmadillo, in principle, it should fail with Rcpp 1.0.8 too Fair point. I thought I had `harmony` flagged in one of those recent change tickets for...

@fbx233 We would still need an actual reproducible code example that fails for you.