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:
library(dplyr)
install.packages("dplyr")