#RStats gurus : is their a #RStats package that just provides cholmod and nothing else ?
@jaganmn I can, but I am making a package that bundles bcftools and the relevant gwas plugins for mostly format uniformization reasons and ETL.
But note that finding the headers reliably on my local setup is already non trivial, let alone CI machines or the final target systems the package should run on. I think I will copy the Matrix scripts and remove the patches bit and vendor SuiteSparse
WIP package here https://github.com/sounkou-bioinfo/RBCFLib
@jaganmn i used linking to Matrix to build a plugin that uses cholmod https://github.com/freeseek/score (this is a c shared library, not used at R binding level at all), it worked fine with gcc with warnings, but did not work on clang (exceed the number of allowed warnings)
r-universe build:
https://github.com/r-universe/sounkou-bioinfo/actions/runs/17450421937
the plugin using cholmod in the vendored directory : https://github.com/sounkou-bioinfo/RBCFLib/blob/593cfaafee6b268ace91b81aa899a0007da94be5/src/bcftools-1.22/plugins/pgs.c ,
the commit: https://github.com/sounkou-bioinfo/RBCFLib/tree/593cfaafee6b268ace91b81aa899a0007da94be5