I've encountered the problem when I try to load ggpubr.
"install.packages("ggpubr",dependencies=TRUE)
install.packages("survminer",dependencies=TRUE)
library("ggpubr")"
then I got
"error: package or namespace load failed for 'ggpubr' in loadNamespace(j <- i[[1L]], c(lib.loc,
.libPaths()), versionCheck = vI[[j]])"
Could anyone please tell me how I can fix this?
Thanks. Yuya