Skip to content
Prev 3462 / 12125 Next

[R-pkg-devel] what is difference between Mac setup of rhub and CRAN

See answers inline.
On Thu, Jan 31, 2019 at 10:16 AM Jan Wijffels <jwijffels at bnosac.be> wrote:
[...]
Possibly, yes.
R-hub uses the standard system compiler in Xcode. CRAN checks use
their custom built clang compiler. This is usually compatible with the
system compiler, except for some rare ABI issues. You can download it
at https://cran.r-project.org/bin/macosx/tools/  The check flavors
page at https://cran.r-project.org/web/checks/check_flavors.html might
be outdated, as it still shows clang 4.0.0. I don't know, I cannot
speak for CRAN.
Hard to say. I think you only have a real chance to fix this if you
can reproduce it on your machine.

Gabor

[...]