Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如评论所建议的,您可以安装带有依赖项的库,如下所示:
install.packages("arulesViz", dependencies = TRUE)
我已删除所有软件包并再次安装它们。那么就没有错误了。
我通过从 github 下载最新版本解决了这个问题:
library("devtools") install_github("mhahsler/arulesViz")