Dear list, My package cda, which I was hoping to release on CRAN, fails to compile on R-forge with error,
** testing if installed package can be loaded Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/tmp/RtmpbztUMm/Rinst1829c04c/cda/libs/cda.so': /tmp/RtmpbztUMm/Rinst1829c04c/cda/libs/cda.so: undefined symbol: zgetri_ It builds fine on my local machines (Mac OS 10.5, 10.6). >From an older discussion on this list < http://www.mail-archive.com/[email protected]/msg00678.html> the issue seems to be that Armadillo's inv() relies on a function that is not provided by R, only by LAPACK. I have just replaced inv() by pinv() and solve() in my code; merely to see what happens, but chances are they also require a full LAPACK. Does anybody have any experience dealing with such issues w.r.t releasing a package on R-forge / CRAN? Is there any chance they would consider installing LAPACK on those servers, or is there no point in asking such things? Best regards, baptiste _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
