Error Information:
Description of issue -
Cannot install/load dplyr package into Rstudio
Steps taken so far -
install.packages("dplyr")
returns the error:
5 errors generated.
make: *** [RcppExports.o] Error 1
ERROR: compilation failed for package ‘dplyr’
- removing ‘/usr/local/lib/R/3.6/site-library/dplyr’
Warning in install.packages :
installation of package ‘dplyr’ had non-zero exit status
System Information:
- RStudio Edition: Desktop
- RStudio Version: 1.2.5033
- OS Version: macOS Catalina 10.15.3
- R Version: 3.6.1
Tried installing with dependencies = TRUE and still cannot load