installing `dplyr` package -- Error: package ‘bindrcpp’ 0.2 was found, but >= 0.2.0.9000 is required by ‘dplyr’

Hello,

I am facing the same issue! I can't install "dplyr" package to my RStudio while all other packages installed without any errors! My system is macOS Sierra.

This is what shows up every time that I tried to install it:

Error: package ‘bindrcpp’ 0.2 was found, but >= 0.2.0.9000 is required by ‘dplyr’

  • removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/dplyr’
    Warning in install.packages :
    installation of package ‘dplyr’ had non-zero exit status

The downloaded source packages are in
‘/private/var/folders/_t/h6dhlh5945gg4jksdqbkkkrc0000gr/T/Rtmpk4KIeT/downloaded_packages’

I installed "Rcpp" and "bindrcpp".

The following error is regarding the "bindrcpp" installation;

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace ‘Rcpp’ 0.12.6 is being loaded, but >= 0.12.16 is required
ERROR: lazy loading failed for package ‘bindrcpp’

  • removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/bindrcpp’
  • restoring previous ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/bindrcpp’
    Warning in install.packages :
    installation of package ‘bindrcpp’ had non-zero exit status

The downloaded source packages are in
‘/private/var/folders/_t/h6dhlh5945gg4jksdqbkkkrc0000gr/T/Rtmpk4KIeT/downloaded_packages’

And this is for "Rcpp" installation:

Error: cannot remove prior installation of package ‘acepack’
In addition: Warning message:
In install.packages(pkgs = doing, lib = lib, ...) :
installation of package ‘Rcpp’ had non-zero exit status

All have non-zero exit status!

I highly appreciate your help.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.