I am trying to install dplyr package but got an error message saying
Error in library(dplyr) : there is no package called ‘dplyr’".
I am using Windows and R i386 3.5.2. I tried to fix with install.packages("Rcpp")
as suggested by others but still getting error message.