coatless-mac / r-macos-rtools

Scripts to build an **unofficial** Rtools-esq installer for the macOS R toolchain
171 stars 6 forks source link

Switch to using clang6 install pkg #5

Closed coatless closed 5 years ago

coatless commented 6 years ago

Download and install the clang6.pkg via:

curl -O https://cran.r-project.org/bin/macosx/tools/clang-6.0.0.pkg
sudo installer -pkg clang-6.0.0.pkg -target /
rm -rf clang-6.0.0.pkg
coatless commented 5 years ago

We're now on clang7! So, we've moved away from this.