-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
~/.R/Makevars ignored during installation #120
Comments
I think you need to set See the Makeconf file for all the default settings. On a Mac, it's usually at: /Library/Frameworks/R.framework/Resources/etc/Makeconf |
You were correct and thank you so much for the pointer! |
@bearloga Anyway you can direct my setting of CXX11? In checking my Makeconf I have this: #${R_HOME}/etc/Makeconf #R was configured using the following call ##This fails if it contains spaces, or if it is quoted Any help would be appreciated. |
@fjlicht: did you happen to install R with Homebrew or MacPorts, rather than downloading the binary from https://cran.r-project.org/bin/macosx/ |
@bearloga I believe that I downloaded and installed the binary. I have since transitioned to another comp/system and can not check back to where I was last year. Thank you for investigating, I can try and pull it up if I get a moment later this week, if that would be of help? |
As I mentioned in #119, I was installing the package and noticed that it was using
clang++
as the compiler:even though my ~/.R/Makevars includes the following:
I'm not sure how problematic or deliberate this actually is, so please feel free to close the issue if this is by design.
Thanks!
The text was updated successfully, but these errors were encountered: