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.