I had the same problem but managed to tackle it. You may remove the current version of rlang using the following command:
remove.packages("rlang")
and then install the rlang again:
install.packages("rlang")
After that run the library:
library(tidyverse)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…