Skip to content
Prev 564 / 12125 Next

[R-pkg-devel] Build fails on Mavericks

Might it be an issue with your Makevars file?

As far as I can tell, by default, OS X sets clang as the C compiler. If you installed gcc separately, then you have to tell R to use it in ~/.R/Makevars

Here's an example of my Makevars file so that I can run C code with openmp: https://gist.github.com/zkamvar/9a7c4b8251a0a662f214

Zhian