Tidyverse update error

I am trying to update tidyverse but i am gettting this error;
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘dplyr’ 1.0.9 is already loaded, but >= 1.0.10 is required
In addition: Warning messages:
1: package ‘lmerTest’ was built under R version 4.1.3
2: package ‘lme4’ was built under R version 4.1.3
3: package ‘tidyverse’ was built under R version 4.1.3

This is asking you to update the dplyr package, try with this command

install.packages("dplyr")

If you get any error message while doing this, please post the complete console output you get.

I remove and reinstall dplyr then getting this error;
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘purrr’ 0.3.4 is already loaded, but >= 1.0.1 is required
In addition: Warning message:
package ‘tidyverse’ was built under R version 4.1.3 .

Do i need to remove and reinstall all errors related packages?

You need to update them, usually is not necessary to delete them first.

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.