Hello, i got a issue with my script that was working just fine after i install 3 packages :
library(tidyverse)
library(ggpubr)
library(rstatix)
Now i cant load my datas and he give me this message : data <- read_xlsx("~/R/Gaël/Données.xlsx")
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘pillar’ 1.4.7 is being loaded, but >= 1.6.0 is required
I dont understand why and i dont understand how to fix it, thanks for youre help.
Edit : I cant load any data now (frow excel or csv) i always got this message :
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘pillar’ 1.4.7 is being loaded, but >= 1.6.0 is required