我试图使用devtools::install_github("hadley/multidplyr")
但是当我使用它时,我收到错误
Error: Failed to install 'multidplyr' from GitHub:
(converted from warning) cannot remove prior installation of package ‘rlang’
我手动安装了依赖项"qs"并重新安装了"rlang",然后"multidplyr"成功运行
install.packages ('qs'( install.packages ('rlang'(