R 3.4.0 - Windows - 过滤功能(在dplyr包中)冻结RStudio

时间:2017-06-20 23:06:23

标签: r filter dplyr

执行过滤器(cran,package ==" swirl")时,我遇到了以下错误。发生错误后,如果我再次尝试运行代码,RStudio会冻结。

Error in filter_imp(.data, quo) : function 'bindrcpp_rcppExport_validate' not provided by package 'bindrcpp'

In addition: Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘bind rcpp’

我尝试过的解决方案:

1)dplyr:filter(cran,package ==" swirl")以确保我使用dplyr过滤器而不是stat过滤器。 2)安装bindr包和bindrcpp包。

一个潜在的问题是,当我在安装后加载bindrcpp软件包时,它会显示

Error in library(bindrcpp) : there is no package called ‘bindrcpp’

感谢您的帮助!

0 个答案:

没有答案