You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I run this in RStudio, I get the following message
> library(devtools)
> install_github('zelazny7/isofor')
Downloading GitHub repo zelazny7/isofor@master
Error: Could not find tools necessary to compile a package
R version 3.5.1
> version
_
platform x86_64-apple-darwin15.6.0
arch x86_64
os darwin15.6.0
system x86_64, darwin15.6.0
status
major 3
minor 5.1
year 2018
month 07
day 02
svn rev 74947
language R
version.string R version 3.5.1 (2018-07-02)
nickname Feather Spray
Plus, everything works fine on macOS 10.13. So I suspect it has something to do with os?
Thanks!
The text was updated successfully, but these errors were encountered:
I had the same issue when I upgraded to Mojave. I just commented the repos copy of src/Makevars and also commented out everything in my ~/.R/Makevars. It now compiles using gcc without the openmp flags passed.
Hello,
I am having trouble installing the package under macOS 10.14 Mojave.
The error message is quite vague
Error: Could not find tools necessary to compile a package
llvm 7.0 was installed via brew
~/.R/Makevars is also properly set up
But when I run this in RStudio, I get the following message
R version 3.5.1
Plus, everything works fine on macOS 10.13. So I suspect it has something to do with os?
Thanks!
The text was updated successfully, but these errors were encountered: