Error: Laden von Paket oder Namensraum für ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): fehlgeschlagen object 'pkgInfo' not found.

Hi Everyone,

When trying to run tidyverse i get the following Error:

Error: Laden von Paket oder Namensraum für ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): fehlgeschlagen
object 'pkgInfo' not found

The English translation of the text would be:
# [Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
object 'pkgInfo' not found

In addition: Warning message:
In loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
package ‘dplyr’ has no 'package.rds' in Meta/

I've tried deleting the package and reinstalling it but it hasn't helped. I'm new to R so don't really know where to go from there.

I'd appreciate any help you can give me.

Hi, it might be something like this issue:

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.