Skip to content
Prev 14276 / 21312 Next

[Bioc-devel] macOS Mojave and R 3.6: issue with building some packages from source

You seem to install the Beta version of the Command Line tools.  That's not
right.  Look at the top of
  apple.com/developer/downloads
(First try with xcode-select --install on the command line, which I could
not get to work).

Following installation of these tools you need to run the following command
which can be found in the R-admin manual (devel version of R, not the
rebased version)
  https://cran.r-project.org/doc/manuals/r-devel/R-admin.html
in section C.3:

sudo installer -pkg \
/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
\
-target /

On Fri, Nov 2, 2018 at 4:05 PM Leonardo Collado Torres <lcollado at jhu.edu>
wrote: