I've never had problems installing dplyr in the past, but whenever I try I get the following message:
Error: package or namespace load failed for ‘dplyr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘Rcpp’ 1.0.0 is being loaded, but >= 1.0.1 is required
I have tried using both of the following commands with no luck:
restoring previous ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp’
Warning in install.packages :
installation of package ‘Rcpp’ had non-zero exit status
The downloaded source packages are in
‘/private/var/folders/vs/6ys1l1057kj9kdbs3jkfr07m0000gn/T/RtmpkZrQda/downloaded_packages’
Since you are using a very old R version, packages are only available in source form which requires compilation. For compiling packages on macOS you need to install Xcode in your system (not in R) and the recommended development tools for macOS systems. https://cran.r-project.org/bin/macosx/tools/