Reputation: 3
Error: package or namespace load failed for ‘gtsummary’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘cli’ 3.1.0 is already loaded, but >= 3.1.1 is required In addition: Warning message: package ‘gtsummary’ was built under R version 4.1.3
Upvotes: 0
Views: 1299
Reputation: 979
Just try install.packages("cli")
to update the package to the latest version.
Upvotes: 1