rbind name spaces

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?

There is several occurrence on this question in this forum. You can search for similar issues. Among them:

with a Stackoverflow reference

I don't know why but some packages gets corrupted and requires removal and reinstallation. I had that issue once and I looked for the corrupted packages using the SO question trick and reinstall the faulty packages.

Did you already try that ? In your case, removing pillar and and installing again ?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.