See below error
Error: .onLoad failed in loadNamespace() for 'bslib', details:
call: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
error: namespace 'fastmap' 1.1.0 is already loaded, but >= 1.1.1 is required
Execution halted
See below error
Error: .onLoad failed in loadNamespace() for 'bslib', details:
call: loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
error: namespace 'fastmap' 1.1.0 is already loaded, but >= 1.1.1 is required
Execution halted
It looks like you need to update {fastmap}
Restart RStudio and do
install.packages("fastmap")
and try again.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.