-
Notifications
You must be signed in to change notification settings - Fork 991
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
Issue compiling on Mac #4581
Comments
Could you please try solution provided here and see if it helps? Unfortunately I don't have mac to try that myself. |
Hi there, I had the exact same issue as you and could not install from source despite following the instructions as listed. I am on macOS Catalina 10.15.6 and R v4.0.0. I solved the issue by:
I then successfully installed data.table with: install.packages("data.table", type = "source",
repos = "https://Rdatatable.gitlab.io/data.table") and have full parallel support with no warning about only using a single core. |
@FarMar please let us know if solution provided above in July did not helped to resolve your problem. |
OK, following on from @jangorecki's request that I start a new issue in relation to my problem introduced here, I cannot get data.table to install whilst recognising parallel support on OSX 10.14.6, R 4.0.2.
Install via CRAN works fine but gives the error expected here. Stepping through that page I have verified xcode is present and installed llvm via brew. Using the code in Step 3 on the installation readme, with / without the supplement to the final line, this is what I get:
I have also verified
gettext
is installed (Step 4). Following the last line of the installation readme, I headed here where as the final help points out to my replies, I'm going further astray.My background is not in computing, and I'm relatively new to R. I'm afraid I have little intrinsic knowledge of what the suggested code for
Makevars
is trying to do beyond (presumably) nudging R in the right direction to compile code using the correct compilers.The text was updated successfully, but these errors were encountered: