Help with updating the package 'cli'

library(knitr)
library(tidyverse)
knitr::opts_chunk$set(echo = TRUE)

gives the error
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘cli’ 3.1.1 is already loaded, but >= 3.3.0 is required

What is the error message you get when you try to update it?

install.packages("cli")

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.