【发布时间】:2021-04-27 06:59:17
【问题描述】:
因为我需要更多的计算资源,我开始在google collab 上运行我的 R 代码。我安装大部分我需要的包都没有问题,但是当我运行下面的代码时,Topicmodels 包:
install.packages('topicmodels', repos='http://cran.rstudio.com/')
我在 Google Collab 上收到以下错误消息:
Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning message in install.packages("topicmodels", repos = "http://cran.rstudio.com/"):
“installation of package ‘topicmodels’ had non-zero exit status”
谁能告诉我应该如何解决这个错误?
【问题讨论】:
标签: r google-colaboratory topic-modeling