我已尝试使用devtools::install_github("hadley/multidplyr")
然而,当我使用它时,我得到了错误
Error: Failed to install 'multidplyr' from GitHub:
(converted from warning) cannot remove prior installation of package ‘rlang’发布于 2019-12-11 05:10:55
我手动安装了依赖项'qs‘,并重新安装了'rlang’,然后'multidplyr‘成功运行
install.packages ('qs') install.packages ('rlang')
https://stackoverflow.com/questions/59275067
复制相似问题