trouble with highcharter

Error: package or namespace load failed for ‘highcharter’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘cli’ 3.4.1 is already loaded, but >= 3.6.1 is required
Además: Warning message:
package ‘highcharter’ was built under R version 4.2.3

it doesnt let me work the package, help please.

It looks like you need to update {cli}.

Restart RStudio and do

 install.packages("cli") 

and retry installing {highcharter}.

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.