I want to use ggtext packgae for visualization in R, but while I loaded the packgae that I have installed before I found this error:
Error: package or namespace load failed for ‘ggtext’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘ggplot2’ 3.1.0 is already loaded, but >= 3.3.0 is required
What might be the main problem? How can I solve it?