Hi guys
I couldn't install packege ggplot2, and get this error:
Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): namespace ‘rlang’ 0.4.7 is already loaded, but >= 0.4.10 is required.
If you get the exact same message then something is loading rlang on startup. Make sure it is not being loaded through a Rprofile.site or .Rprofile file and that you are not restoring your previous environment on startup.