Compilation failed for package ‘rgeos’ while using R-studio
问题 While installing R package rgeos , I typed the code below in R-studio: >install.packages("rgeos") The output shows like this: ld: framework not found R clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [rgeos.so] Error 1 ERROR: compilation failed for package ‘rgeos’ * removing ‘/Library/Frameworks/R.framework/Versions/3.2/Resources/library/rgeos’ Warning in install.packages : installation of package ‘rgeos’ had non-zero exit status What's wrong with