Unable to install the 'pillar' package

Hello, I can't use most of R packages. I've already installed the latest version of RStudio. It's impossible to install the "pillar" package mentionned in the errors. I have these types of error :

library(dplyr)
Error: package or namespace load failed for ‘dplyr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
aucun package nommé ‘pillar’ n'est trouvé
In addition: Warning message:
le package ‘dplyr’ a été compilé avec la version R 3.6.2

library(factoextra)
Le chargement a nécessité le package : ggplot2
Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
aucun package nommé ‘pillar’ n'est trouvé
Error: le package ‘ggplot2’ ne peut être chargé
In addition: Warning messages:
1: le package ‘factoextra’ a été compilé avec la version R 3.6.2
2: le package ‘ggplot2’ a été compilé avec la version R 3.6.1

library(ggplot2)
Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
aucun package nommé ‘pillar’ n'est trouvé
In addition: Warning message:
le package ‘ggplot2’ a été compilé avec la version R 3.6.1

As you say, the pillar package isn't installed on your system. Can you please post the error message when you try to install this?

install.packages("pillar")

I don't know why but when I tried to re-install the pillar package this morning it worked. Thank you.

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