I am new to R and I just installed R 3.3.0 GUI 1.68 Mavericks build (7202)today. After doing
install.packages("aplpack", depend = TRUE)
library(aplpack)
The following error message appeared:
Loading required package: tcltk
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Warning message:
running command ''/usr/bin/otool' -L '/Library/Frameworks/R.framework/Resources/library/tcltk/libs
I tried reinstalling XQuartz, but the error remains.
source
share