Hi. Thanks for your answer and your comments, but the updating process is not working properly yet.
When I install dplyr package, this message appears which is followed when I say "y" to say "yes".
> library(dplyr)
Error: package ‘dplyr’ is not installed for 'arch = x64'
> install.packages("dplyr")
Installing package into ‘C:/Users/Usuario/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
There is a binary version available but the source version is later:
binary source needs_compilation
dplyr 0.8.0.1 0.8.1 TRUE
Do you want to install from sources the package which needs compilation?
y/n: y
installing the source package ‘dplyr’
trying URL 'https://cran.rstudio.com/src/contrib/dplyr_0.8.1.tar.gz'
Content type 'application/x-gzip' length 1170671 bytes (1.1 MB)
downloaded 1.1 MB
* installing *source* package 'dplyr' ...
** package 'dplyr' successfully unpacked and MD5 sums checked
** libs
*** arch - i386
C:/Rtools/mingw_32/bin/g++ -I"C:/PROGRA~1/R/R-34~1.3/include" -DNDEBUG -I../inst/include -DRCPP_DEFAULT_INCLUDE_CALL=false -DCOMPILING_DPLYR -DRCPP_USING_UTF8_ERROR_STRING -DRCPP_USE_UNWIND_PROTECT -DBOOST_NO_AUTO_PTR -I"C:/Users/Usuario/Documents/R/win-library/3.4/BH/include" -I"C:/Users/Usuario/Documents/R/win-library/3.4/plogr/include" -I"C:/Users/Usuario/Documents/R/win-library/3.4/Rcpp/include" -O2 -Wall -mtune=generic -c RcppExports.cpp -o RcppExports.o
C:/Rtools/mingw_32/bin/g++ -I"C:/PROGRA~1/R/R-34~1.3/include" -DNDEBUG -I../inst/include -DRCPP_DEFAULT_INCLUDE_CALL=false -DCOMPILING_DPLYR -DRCPP_USING_UTF8_ERROR_STRING -DRCPP_USE_UNWIND_PROTECT -DBOOST_NO_AUTO_PTR -I"C:/Users/Usuario/Documents/R/win-library/3.4/BH/include" -I"C:/Users/Usuario/Documents/R/win-library/3.4/plogr/include" -I"C:/Users/Usuario/Documents/R/win-library/3.4/Rcpp/include" -O2 -Wall -mtune=generic -c address.cpp -o address.o
The messages is too long to put it complete so, during a long time of waiting I decided to stop the instalation to change the same option with "n" of "no". Then this message appears:
> install.packages("dplyr", dependencies=TRUE, INSTALL_opts = c('--no-lock'))
Installing package into ‘C:/Users/Usuario/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
There is a binary version available but the source version is later:
binary source needs_compilation
dplyr 0.8.0.1 0.8.1 TRUE
Do you want to install from sources the package which needs compilation?
y/n: n
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.4/dplyr_0.8.0.1.zip'
Content type 'application/zip' length 3029353 bytes (2.9 MB)
downloaded 2.9 MB
package ‘dplyr’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Usuario\AppData\Local\Temp\Rtmpgrdh1l\downloaded_packages
I follow the route provided at the final part of the message, and I notice that the zip file has been put in another file which does not correspond with where the packages are installed.
Please, I help me with this.
Regards