问题 So I used installR on Rstudio to update R to version 4.0.0, and it copied the files of my packages into the library file in the R, the directory being: C:\Users\Ibrahim\Documents\R\R-4.0.0\library Whenever I'd call on a package, for example tidytext, it would give me: library(tidytext) Error: package or namespace load failed for ‘tidytext’: package ‘tidytext’ was installed before R 4.0.0: please re-install it And then I'd try installing it, and it would give me: install.packages('tidytext')