Re: [Rd] Mac libgfortran.2.dylib

2013-01-14 Thread Simon Urbanek
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

[Rd] Mac libgfortran.2.dylib

2013-01-14 Thread Daniel Fuka
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.