Closed shirdekel closed 2 years ago
Can you try compiling with the standard clang from xcode, rather than gcc?
Is that something that I can do from within R?
How did you install R? It may be set in your ~/.R/Makevars
file
Turns out that I had previously set R to compile with gcc in my ~/.R/Makevars
file. Commenting this out and restarting fixed my issue. I think this means that R has now reverted to using clang as is defined in /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/etc/Makeconf
.
Running
install.packages("pdftools", type = "source")
gives me the below error.g++ versions as per https://github.com/ropensci/pdftools/issues/112:
Session info: