Daniel,
CRAN only post-processes libraries (dylib/jnilib) and dynamic objects (.so) in
packages. However, you seem to have executables (.exe -- really? this not
Windows :P) inside your package and those do not get processed. I can add .exe
to the list of processed files - that should help in yo
Howdy,
I was under the impression that CRAN took care of automagically making
sure the CRAN compiled fortran was linked to the fortran libs
distributed in R binaries. Today was the first day I was on a mac
without Xcode and found my fortran based package has issues, which
appears only on the mac.