簡體   English   中英

無法在 rstudio 中安裝“tidytext”和“jasonlite”包

[英]Unable to install “tidytext” and “jasonlite” packages in rstudio

我嘗試了以下方法:

  1. install.packages("tidytext")

  2.  library(remotes) install_github("juliasilge/tidytext")```
  3.  install.packages(c("mnormt", "psych", "SnowballC", "hunspell", "broom", "tokenizers", "janeaustenr")) install.packages("tidytext")
  4. install.packages("jsonlite")

好吧想通了:

install.packages('tidytext', dependencies=TRUE, repos='http://cran.rstudio.com/')
install.packages('jsonlite', dependencies=TRUE, repos='http://cran.rstudio.com/')

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM