0

Trying to install tidyverse and skimr and getting the same error message as below:

>Error: package or namespace load failed for ‘skimr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
 object 'pkgInfo' not found
In addition: Warning message:
In loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
  package ‘pkgconfig’ has no 'package.rds' in Meta/

Appreciate your help!

Dirk Eddelbuettel
  • 360,940
  • 56
  • 644
  • 725
  • 2
    looks like a problem with `pkgconfig`. Try `install.packages("pkgconfig")` and make sure that works correctly first. – MrFlick Nov 05 '21 at 17:15
  • Does this answer your question? [Error: Package or namespace load failed](https://stackoverflow.com/questions/41479272/error-package-or-namespace-load-failed) – Nad Pat Nov 05 '21 at 18:37
  • Thanks @MrFlick, installing pkgconfig worked. – dl1956_xy Nov 11 '21 at 02:21

0 Answers0