Skip to content
Prev 12577 / 15075 Next

Issues with rj (requirement for StatET) since Mojave/3.5.1 update

For posterity: both recommendations are plain wrong so don't use (obviously, the settings didn't match the installed compilers). They are not supported in the CRAN version of R which is compiled by the clang 6.0 compiler in /usr/local/clang6 that we supply on CRAN. You can compile your own R or use homebrew, but don't expect CRAN packages to work with that. You don't even need to touch Makevars, just setting PATH to start with /usr/local/clang6/bin before compilation is sufficient.

Cheers,
Simon