Hello Community!
My Laptop had to be newly installed and now I am running the newest RStudio version (1.4.1103) with my previosly used R version 3.5.3. When trying to load the newly installed tidyverse package, I run into several errors:
- When executing library(tidyverse) an error message tells me:
Fehler: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
es gibt kein Paket namens ‘broom’
(sorry its german, but the last message would mean: 'There is no package called 'broom')
- I tried to install broom seperately then and run into the following error:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'dplyr' 0.8.5 is being loaded, but >= 1.0.0 is required
ERROR: lazy loading failed for package 'broom'
- removing 'C:/Users/blochc/Documents/R/R-3.5.3/library/broom'
So I think the problem in tidyverse is that broom could not be installed adequately? Does someone know this problem? Could the R version be too old?
Thanks so much for your help!
Best,
Carola