我对R非常陌生。有关此问题的任何意见将非常有帮助。谢谢!
我已经安装了textdata和tidytext库并将其导入脚本中。
但行:
get_sentiments("afinn")
无法以非交互方式安装。
我正在使用python自动运行Rscript。
因此,我想以编程方式将一些值传递给菜单,或者在自动化开始时将AFINN软件包安装在docker环境中。
如何摆脱这个问题?
root@a06540542e4d:/tests# Rscript test1.R
Do you want to download:
Name: AFINN-111
URL: http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6010
License: Open Database License (ODbL) v1.0
Size: 78 KB (cleaned 59 KB)
Download mechanism: https
Error in menu(choices = c("Yes", "No"), title = title) :
menu() cannot be used non-interactively
Calls: get_sentiments -> <Anonymous> -> load_dataset -> printer -> menu
Execution halted
R版本3.6.1