Dear Researchers
I have been using dplyr, but suddenly it stopped working, I re-started R, and when loading a
library (read) and (ggplot2) I get the following error:
Error: package or namespace load failed for ‘readr’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): namespace ‘rlang’ 0.4.5 is already loaded, but >= 0.4.10 is required
How could I fix this?
Thank you in advance :)