Unable to install tidyverse?

I'm having a hard time installing tidyverse. I have had it installed previously with no issues, so I thought perhaps I needed to update the version of R. I now have the most current version and am still having trouble.


> install.packages("tidyverse")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

https://cran.rstudio.com/bin/windows/Rtools/
Installing package into �C:/Users/Ally/Documents/R/win-library/3.4�
(as �lib� is unspecified)
also installing the dependencies �lifecycle�, �blob�, �glue�, �tidyselect�, �vctrs�, �ellipsis�, �broom�, �dbplyr�, �dplyr�, �haven�, �hms�, �purrr�, �rlang�, �tibble�, �tidyr�, �xml2�


  There are binary versions available but the source versions are later:
            binary source needs_compilation
blob         1.1.1  1.2.1             FALSE
glue         1.3.1  1.4.2              TRUE
tidyselect   0.2.5  1.1.0              TRUE
vctrs        0.1.0  0.3.4              TRUE
ellipsis     0.1.0  0.3.1              TRUE
broom        0.5.2  0.7.1             FALSE
dbplyr       1.4.0  1.4.4             FALSE
dplyr      0.8.0.1  1.0.2              TRUE
haven        2.1.0  2.3.1              TRUE
hms          0.4.2  0.5.3             FALSE
purrr        0.3.2  0.3.4              TRUE
rlang        0.3.4  0.4.8              TRUE
tibble       2.1.1  3.0.4              TRUE
tidyr        0.8.3  1.1.2              TRUE
xml2         1.2.0  1.3.2              TRUE
tidyverse    1.2.1  1.3.0             FALSE

Do you want to install from sources the packages which need compilation?
y/n: y
installing the source packages �lifecycle�, �blob�, �glue�, �tidyselect�, �vctrs�, �ellipsis�, �broom�, �dbplyr�, �dplyr�, �haven�, �hms�, �purrr�, �rlang�, �tibble�, �tidyr�, �xml2�, �tidyverse�

trying URL 'https://cran.rstudio.com/src/contrib/lifecycle_0.2.0.tar.gz'
Content type 'application/x-gzip' length 164455 bytes (160 KB)
downloaded 160 KB

trying URL 'https://cran.rstudio.com/src/contrib/blob_1.2.1.tar.gz'
Content type 'application/x-gzip' length 10099 bytes
downloaded 10099 bytes

trying URL 'https://cran.rstudio.com/src/contrib/glue_1.4.2.tar.gz'
Content type 'application/x-gzip' length 99049 bytes (96 KB)
downloaded 96 KB

trying URL 'https://cran.rstudio.com/src/contrib/tidyselect_1.1.0.tar.gz'
Content type 'application/x-gzip' length 90842 bytes (88 KB)
downloaded 88 KB

trying URL 'https://cran.rstudio.com/src/contrib/vctrs_0.3.4.tar.gz'
Content type 'application/x-gzip' length 995078 bytes (971 KB)
downloaded 971 KB

trying URL 'https://cran.rstudio.com/src/contrib/ellipsis_0.3.1.tar.gz'
Content type 'application/x-gzip' length 7582 bytes
downloaded 7582 bytes

trying URL 'https://cran.rstudio.com/src/contrib/broom_0.7.1.tar.gz'
Content type 'application/x-gzip' length 616455 bytes (602 KB)
downloaded 602 KB

trying URL 'https://cran.rstudio.com/src/contrib/dbplyr_1.4.4.tar.gz'
Content type 'application/x-gzip' length 426749 bytes (416 KB)
downloaded 416 KB

trying URL 'https://cran.rstudio.com/src/contrib/dplyr_1.0.2.tar.gz'
Content type 'application/x-gzip' length 935654 bytes (913 KB)
downloaded 913 KB

trying URL 'https://cran.rstudio.com/src/contrib/haven_2.3.1.tar.gz'
Content type 'application/x-gzip' length 277509 bytes (271 KB)
downloaded 271 KB

trying URL 'https://cran.rstudio.com/src/contrib/hms_0.5.3.tar.gz'
Content type 'application/x-gzip' length 134669 bytes (131 KB)
downloaded 131 KB

trying URL 'https://cran.rstudio.com/src/contrib/purrr_0.3.4.tar.gz'
Content type 'application/x-gzip' length 375062 bytes (366 KB)
downloaded 366 KB

trying URL 'https://cran.rstudio.com/src/contrib/rlang_0.4.8.tar.gz'
Content type 'application/x-gzip' length 847517 bytes (827 KB)
downloaded 827 KB

trying URL 'https://cran.rstudio.com/src/contrib/tibble_3.0.4.tar.gz'
Content type 'application/x-gzip' length 255457 bytes (249 KB)
downloaded 249 KB

trying URL 'https://cran.rstudio.com/src/contrib/tidyr_1.1.2.tar.gz'
Content type 'application/x-gzip' length 881544 bytes (860 KB)
downloaded 860 KB

trying URL 'https://cran.rstudio.com/src/contrib/xml2_1.3.2.tar.gz'
Content type 'application/x-gzip' length 271876 bytes (265 KB)
downloaded 265 KB

trying URL 'https://cran.rstudio.com/src/contrib/tidyverse_1.3.0.tar.gz'
Content type 'application/x-gzip' length 712837 bytes (696 KB)
downloaded 696 KB

* installing *source* package 'glue' ...
** package 'glue' successfully unpacked and MD5 sums checked
** libs

*** arch - i386
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG          -O3 -Wall  -std=gnu99 -mtune=generic -c glue.c -o glue.o
sh: c:/Rtools/mingw_32/bin/gcc: No such file or directory
make: *** [C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf:208: glue.o] Error 127
Warning: running command 'make -f "C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-34~1.4/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="glue.dll" OBJECTS="glue.o init.o trim.o"' had status 2
ERROR: compilation failed for package 'glue'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/glue'
* restoring previous 'C:/Users/Ally/Documents/R/win-library/3.4/glue'
Warning in file.copy(lp, dirname(pkgdir), recursive = TRUE, copy.date = TRUE) :
  problem copying C:\Users\Ally\Documents\R\win-library\3.4\00LOCK-glue\glue\libs\x64\glue.dll to C:\Users\Ally\Documents\R\win-library\3.4\glue\libs\x64\glue.dll: Permission denied
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/glue_1.4.2.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘glue’ had non-zero exit status
* installing *source* package 'rlang' ...
** package 'rlang' successfully unpacked and MD5 sums checked
** libs

*** arch - i386
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I./lib/         -O3 -Wall  -std=gnu99 -mtune=generic -c capture.c -o capture.o
sh: c:/Rtools/mingw_32/bin/gcc: No such file or directory
make: *** [C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf:208: capture.o] Error 127
Warning: running command 'make -f "Makevars" -f "C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-34~1.4/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="rlang.dll" OBJECTS="capture.o export.o internal.o lib.o version.o"' had status 2
ERROR: compilation failed for package 'rlang'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/rlang'
* restoring previous 'C:/Users/Ally/Documents/R/win-library/3.4/rlang'
Warning in file.copy(lp, dirname(pkgdir), recursive = TRUE, copy.date = TRUE) :
  problem copying C:\Users\Ally\Documents\R\win-library\3.4\00LOCK-rlang\rlang\libs\x64\rlang.dll to C:\Users\Ally\Documents\R\win-library\3.4\rlang\libs\x64\rlang.dll: Permission denied
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/rlang_0.4.8.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘rlang’ had non-zero exit status
* installing *source* package 'xml2' ...
** package 'xml2' successfully unpacked and MD5 sums checked
** libs

*** arch - i386
rm -f connection.o init.o xml2_doc.o xml2_init.o xml2_namespace.o xml2_node.o xml2_output.o xml2_schema.o xml2_url.o xml2_xpath.o xml2.dll
"C:/PROGRA~1/R/R-34~1.4/bin/i386/Rscript.exe" "../tools/winlibs.R" 2.9.8
c:/Rtools/mingw_32/bin/g++  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG -I../inst/include -I../windows/libxml2-2.9.8/include/libxml2 -DLIBXML_STATIC         -O2 -Wall  -mtune=generic -c connection.cpp -o connection.o
sh: c:/Rtools/mingw_32/bin/g++: No such file or directory
make: *** [C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf:215: connection.o] Error 127
Warning: running command 'make -f "Makevars.win" -f "C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-34~1.4/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="xml2.dll" OBJECTS="connection.o init.o xml2_doc.o xml2_init.o xml2_namespace.o xml2_node.o xml2_output.o xml2_schema.o xml2_url.o xml2_xpath.o"' had status 2
ERROR: compilation failed for package 'xml2'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/xml2'
* restoring previous 'C:/Users/Ally/Documents/R/win-library/3.4/xml2'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/xml2_1.3.2.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘xml2’ had non-zero exit status
* installing *source* package 'lifecycle' ...
** package 'lifecycle' successfully unpacked and MD5 sums checked
** R
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  namespace 'rlang' 0.3.4 is being loaded, but >= 0.4.0 is required
ERROR: lazy loading failed for package 'lifecycle'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/lifecycle'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/lifecycle_0.2.0.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘lifecycle’ had non-zero exit status
* installing *source* package 'ellipsis' ...
** package 'ellipsis' successfully unpacked and MD5 sums checked
** libs

*** arch - i386
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG          -O3 -Wall  -std=gnu99 -mtune=generic -c dots.c -o dots.o
sh: c:/Rtools/mingw_32/bin/gcc: No such file or directory
make: *** [C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf:208: dots.o] Error 127
Warning: running command 'make -f "C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-34~1.4/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="ellipsis.dll" OBJECTS="dots.o init.o"' had status 2
ERROR: compilation failed for package 'ellipsis'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/ellipsis'
* restoring previous 'C:/Users/Ally/Documents/R/win-library/3.4/ellipsis'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/ellipsis_0.3.1.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘ellipsis’ had non-zero exit status
* installing *source* package 'purrr' ...
** package 'purrr' successfully unpacked and MD5 sums checked
** libs

*** arch - i386
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG          -O3 -Wall  -std=gnu99 -mtune=generic -c backports.c -o backports.o
sh: c:/Rtools/mingw_32/bin/gcc: No such file or directory
make: *** [C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf:208: backports.o] Error 127
Warning: running command 'make -f "C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-34~1.4/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="purrr.dll" OBJECTS="backports.o coerce.o conditions.o flatten.o init.o map.o pluck.o transpose.o utils.o"' had status 2
ERROR: compilation failed for package 'purrr'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/purrr'
* restoring previous 'C:/Users/Ally/Documents/R/win-library/3.4/purrr'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/purrr_0.3.4.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘purrr’ had non-zero exit status
* installing *source* package 'vctrs' ...
** package 'vctrs' successfully unpacked and MD5 sums checked
** libs

*** arch - i386
c:/Rtools/mingw_32/bin/gcc  -I"C:/PROGRA~1/R/R-34~1.4/include" -DNDEBUG          -O3 -Wall  -std=gnu99 -mtune=generic -c altrep-rle.c -o altrep-rle.o
sh: c:/Rtools/mingw_32/bin/gcc: No such file or directory
make: *** [C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf:208: altrep-rle.o] Error 127
Warning: running command 'make -f "Makevars" -f "C:/PROGRA~1/R/R-34~1.4/etc/i386/Makeconf" -f "C:/PROGRA~1/R/R-34~1.4/share/make/winshlib.mk" SHLIB_LDFLAGS='$(SHLIB_CXXLDFLAGS)' SHLIB_LD='$(SHLIB_CXXLD)' SHLIB="vctrs.dll" OBJECTS="altrep-rle.o arg-counter.o arg.o bind.o c-unchop.o c.o callables.o cast-bare.o cast-dispatch.o cast.o compare.o conditions.o dictionary.o dim.o equal.o fields.o group.o growable.o hash.o init.o names.o proxy-restore.o proxy.o ptype2-dispatch.o rep.o shape.o size-common.o size.o slice-array.o slice-assign-array.o slice-assign.o slice-chop.o slice.o split.o subscript-loc.o subscript.o translate.o type-data-frame.o type-date-time.o type-factor.o type-info.o type-tibble.o type.o type2.o typeof2-s3.o typeof2.o unspecified.o utils-dispatch.o utils-rlang.o utils.o version.o"' had status 2
ERROR: compilation failed for package 'vctrs'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/vctrs'
* restoring previous 'C:/Users/Ally/Documents/R/win-library/3.4/vctrs'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/vctrs_0.3.4.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘vctrs’ had non-zero exit status
* installing *source* package 'blob' ...
** package 'blob' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  namespace 'vctrs' 0.1.0 is being loaded, but >= 0.2.1 is required
ERROR: lazy loading failed for package 'blob'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/blob'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/blob_1.2.1.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘blob’ had non-zero exit status
* installing *source* package 'tidyselect' ...
** package 'tidyselect' successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  namespace 'rlang' 0.3.4 is being loaded, but >= 0.4.6 is required
ERROR: lazy loading failed for package 'tidyselect'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/tidyselect'
* restoring previous 'C:/Users/Ally/Documents/R/win-library/3.4/tidyselect'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/tidyselect_1.1.0.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘tidyselect’ had non-zero exit status
* installing *source* package 'hms' ...
** package 'hms' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : 
  namespace 'vctrs' 0.1.0 is being loaded, but >= 0.2.1 is required
ERROR: lazy loading failed for package 'hms'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/hms'
* restoring previous 'C:/Users/Ally/Documents/R/win-library/3.4/hms'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/hms_0.5.3.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘hms’ had non-zero exit status
ERROR: dependency 'lifecycle' is not available for package 'tibble'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/tibble'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/tibble_3.0.4.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘tibble’ had non-zero exit status
ERROR: dependencies 'lifecycle', 'tibble' are not available for package 'dplyr'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/dplyr'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/dplyr_1.0.2.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘dplyr’ had non-zero exit status
ERROR: dependency 'tibble' is not available for package 'haven'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/haven'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/haven_2.3.1.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘haven’ had non-zero exit status
ERROR: dependencies 'dplyr', 'lifecycle', 'tibble', 'blob' are not available for package 'dbplyr'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/dbplyr'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/dbplyr_1.4.4.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘dbplyr’ had non-zero exit status
ERROR: dependencies 'dplyr', 'tibble', 'lifecycle' are not available for package 'tidyr'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/tidyr'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/tidyr_1.1.2.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘tidyr’ had non-zero exit status
ERROR: dependencies 'dplyr', 'tibble', 'tidyr' are not available for package 'broom'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/broom'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/broom_0.7.1.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘broom’ had non-zero exit status
ERROR: dependencies 'broom', 'dbplyr', 'dplyr', 'haven', 'tibble', 'tidyr' are not available for package 'tidyverse'
* removing 'C:/Users/Ally/Documents/R/win-library/3.4/tidyverse'
In R CMD INSTALL
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.4/bin/x64/R" CMD INSTALL -l "C:\Users\Ally\Documents\R\win-library\3.4" C:\Users\Ally\AppData\Local\Temp\RtmpA3Xymw/downloaded_packages/tidyverse_1.3.0.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘tidyverse’ had non-zero exit status

It seems you are missing the RTools compiler for 32-bits architecture. For your R version you can download it here

Although, I would recommend updating your R version since it is a very old one

Ah, I see, thank you. I mistakenly confused updating R Studio with R.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.