Hi,
I have an issue with R 3.5.0 where a number of packages seem to have stopped working
My user is trying to use dplyr, and ggthemes
Every time I try and load one of these I get
library("dplyr", lib.loc="/cm/shared/apps/r/3.5.0/lib64/R/library")
Error: package or namespace load failed for ‘dplyr’:
.onLoad failed in loadNamespace() for 'pillar', details:
call: rbind(info, getNamespaceInfo(env, "S3methods"))
error: number of columns of matrices must match (see arg 2)
What has gone wrong and I how do I fix it?