I'm working on a R code where many package imports result in the following error:
> library(geepack)
Error: package or namespace load failed for ‘geepack’:
.onLoad failed in loadNamespace() for 'pillar', details:
call: readRDS(nsInfoFilePath)
error: unknown input format
Other packages, used in my code, showing similar behavior include:
- doBy
- viridisLite
- glmnet
- ggplot2
- tidyverse
I have spent several hours searching for an solution, without success.
If I try to install the pillar package, I get an indication of a success.
Finally my platform is:
86_64-w64-mingw32/x64 (64-bit)
Windows 10 x64 (build 19042)
R version 4.1.1 (2021-08-10)
Do you have an idea what is going wrong here?
Thank you :)
S