Hi, I can't install the "glue" package (which I need to install "dplyr"), R tell me that the compilation failed and something about a non-zero exit status. Sorry I'm super rookie on R and programming
> install.packages("glue")
Installing package into ‘C:/Users/emanu/OneDrive/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
There is a binary version available but the source version is later:
binary source needs_compilation
glue 1.3.1 1.3.2 TRUE
installing the source package ‘glue’
probando la URL 'https://cran.rstudio.com/src/contrib/glue_1.3.2.tar.gz'
Content type 'application/x-gzip' length 97667 bytes (95 KB)
downloaded 95 KB
* installing *source* package 'glue' ...
** package 'glue' successfully unpacked and MD5 sums checked
** using staged installation
** libs
*** arch - i386
C:/Program Files/R/R-3.6.3/Rtools/mingw_32/bin/gcc -I"C:/PROGRA~1/R/R-36~1.3/include" -DNDEBUG -O3 -Wall -std=gnu99 -mtune=core2 -c glue.c -o glue.o
sh: C:/Program: No such file or directory
make: *** [C:/PROGRA~1/R/R-36~1.3/etc/i386/Makeconf:208: glue.o] Error 127
ERROR: compilation failed for package 'glue'
* removing 'C:/Users/emanu/OneDrive/Documents/R/win-library/3.6/glue'
* restoring previous 'C:/Users/emanu/OneDrive/Documents/R/win-library/3.6/glue'
Warning in install.packages :
installation of package ‘glue’ had non-zero exit status