Hi there, I am trying to download dplyr to pull data from bigquery directly into an RStudio workspace. Initially, after downloading dplyr i ran:
library(dplyr)
And got an error that "rcpp" and "bindrcpp" were missing and I downloaded them without problem. Then I tried running library(dplyr) again and found that "magrittr" was missing. When installing magrittr I receive this message:
*** arch - i386
Warning: running command 'make -f "C:/PROGRA~1/R/R-33~1.2/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-33~1.2/share/make/winshlib.mk" SHLIB="magrittr.dll" OBJECTS="pipe.o utils.o"' had status 127
ERROR: compilation failed for package 'magrittr'
- removing 'C:/Users/reube/OneDrive/Documents/R/win-library/3.3/magrittr'
Warning in install.packages :
running command '"C:/PROGRA~1/R/R-33~1.2/bin/x64/R" CMD INSTALL -l "C:\Users\reube\OneDrive\Documents\R\win-library\3.3" C:\Users\reube\AppData\Local\Temp\RtmpozhcdB/downloaded_packages/magrittr_2.0.1.tar.gz' had status 1
Warning in install.packages :
installation of package ‘magrittr’ had non-zero exit status
This is my code: