Description of issue - When i am running library it is showing this message
library(mice)
Error: package or namespace load failed for ‘mice’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 0.4.2 is already loaded, but >= 0.4.5 is required
it is working in my laptop but it is showing warning msg
it is not working on desktop
It is not updating in update packages it is just showing the package update versions but it is not updating we i click select all option and install
Please see the FAQ: What's a reproducible example (`reprex`) and how do I create one? Using a reprex, complete with representative data will attract quicker and more answers. This question doesn't require one, because it's a self descriptive error message, but please keep this in mind for any coding questions.
The key line in the error message is
namespace ‘rlang’ 0.4.2 is already loaded, but >= 0.4.5 is required
It's telling us that the rlang package version is out-of-date.