Cant Load library GT SUMMARY in r

809 Views Asked by At

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

1

There are 1 best solutions below

0
OliverHennhoefer On

Just try install.packages("cli") to update the package to the latest version.