Yes, "tidyverse"!!
When I operate the code: install.packages("tidyverse"), it's fine. BUT, when I operate the code library(tidyverse), the system gave me the error reminder "Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):"
Maybe you're missing RTools or there is some issue with it. It might be something to do with the packages are installed. Otherwise, maybe related to one of these:
It seems you are omitting part of the console output, is this the complete console output you get? Usually after this message it comes the name of a missing package dependency you need to install.