Error when trying to install tidyverse

I get this error when I try to install Tidyverse. Could you help me with this?

error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘ellipsis’ 0.3.1 is being loaded, but >= 0.3.2 is required
In addition: Warning message:
package ‘tidyverse’ was built under R version 4.0.5

This is asking you to update the ellipsis package

install.packages("ellipsis")
1 Like

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