When I try to load readr
using the library()
function, I get the following error:
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘Rcpp’
In addition: Warning message:
package ‘readr’ was built under R version 3.3.2
Error: package or namespace load failed for ‘readr’
I am relatively new to R. So I am not sure how to interpret this error message. Can you please show me how I can successfully load readr
?
Thanks