'Issue with running Tidyverse

Hi the error message I get when I use library(tidyverse) is:

Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 object 'pkgInfo' not found
In addition: Warning messages:
1: package ‘tidyverse’ was built under R version 4.1.3 
2: In loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
  package ‘assertthat’ has no 'package.rds' in Meta/

I have tried reinstalling tidyverse.

r


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source