Issue in cSEM package

Receiving the following error while performing cSEM analysis in R.

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘cli’ 3.5.0 is already loaded, but >= 3.6.1 is required

The syntax is working well with other computer but something wrong with my R console, I have updated all the packages and upgraded to the latest version of R, still facing the same problem.

It looks like you need update {cli}
Restart R and RStudio and do

install.packages("cli")

This topic was automatically closed 42 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.