Я пробовал следующее:
install.packages("tidytext")
library(remotes) install_github("juliasilge/tidytext")```
install.packages(c("mnormt", "psych", "SnowballC", "hunspell", "broom", "tokenizers", "janeaustenr")) install.packages("tidytext")
install.packages("jsonlite")
Хорошо, разобрался:
install.packages('tidytext', dependencies=TRUE, repos='http://cran.rstudio.com/') install.packages('jsonlite', dependencies=TRUE, repos='http://cran.rstudio.com/')