Good morning,
For several days I have tried to update the installed packages, and I have always been receiving the following alert; and the packages are not updated.
Of all the packages shown here, the one that I've been trying to update the longest is Matrix1.3-2.
How to proceed to achieve the update?
install.packages(c("coin", "crayon", "dplyr", "libcoin", "Matrix", "multcomp", "nlme"))
There are binary versions available but the source versions are later:
binary source needs_compilation
coin 1.4-0 1.4-1 TRUE
crayon 1.4.0 1.4.1 FALSE
dplyr 1.0.3 1.0.4 TRUE
libcoin 1.0-7 1.0-8 TRUE
Matrix 1.2-18 1.3-2 TRUE
multcomp 1.4-15 1.4-16 FALSE
nlme 3.1-151 3.1-152 TRUE
installing the source packages ‘coin’, ‘crayon’, ‘dplyr’, ‘libcoin’, ‘Matrix’, ‘multcomp’, ‘nlme’
trying URL 'https://cran.rstudio.com/src/contrib/coin_1.4-1.tar.gz'
Content type 'application/x-gzip' length 1243156 bytes (1.2 MB)
downloaded 1.2 MB
trying URL 'https://cran.rstudio.com/src/contrib/crayon_1.4.1.tar.gz'
Content type 'application/x-gzip' length 35769 bytes (34 KB)
downloaded 34 KB
trying URL 'https://cran.rstudio.com/src/contrib/dplyr_1.0.4.tar.gz'
Content type 'application/x-gzip' length 953686 bytes (931 KB)
downloaded 931 KB
trying URL 'https://cran.rstudio.com/src/contrib/libcoin_1.0-8.tar.gz'
Content type 'application/x-gzip' length 991100 bytes (967 KB)
downloaded 967 KB
trying URL 'https://cran.rstudio.com/src/contrib/Matrix_1.3-2.tar.gz'
Content type 'application/x-gzip' length 1974981 bytes (1.9 MB)
downloaded 1.9 MB
trying URL 'https://cran.rstudio.com/src/contrib/multcomp_1.4-16.tar.gz'
Content type 'application/x-gzip' length 607641 bytes (593 KB)
downloaded 593 KB
trying URL 'https://cran.rstudio.com/src/contrib/nlme_3.1-152.tar.gz'
Content type 'application/x-gzip' length 805569 bytes (786 KB)
downloaded 786 KB
'"C:\Users\hermesr\DOCUME~1\R\R-40~1.2/bin/x64/Rterm.exe"' is not recognized as an internal or external command,
operable program or batch file.
Warning in install.packages :
installation of package ‘crayon’ had non-zero exit status
'"C:\Users\hermesr\DOCUME~1\R\R-40~1.2/bin/x64/Rterm.exe"' is not recognized as an internal or external command,
operable program or batch file.
Warning in install.packages :
installation of package ‘dplyr’ had non-zero exit status
'"C:\Users\hermesr\DOCUME~1\R\R-40~1.2/bin/x64/Rterm.exe"' is not recognized as an internal or external command,
operable program or batch file.
Warning in install.packages :
installation of package ‘libcoin’ had non-zero exit status
'"C:\Users\hermesr\DOCUME~1\R\R-40~1.2/bin/x64/Rterm.exe"' is not recognized as an internal or external command,
operable program or batch file.
Warning in install.packages :
installation of package ‘Matrix’ had non-zero exit status
'"C:\Users\hermesr\DOCUME~1\R\R-40~1.2/bin/x64/Rterm.exe"' is not recognized as an internal or external command,
operable program or batch file.
Warning in install.packages :
installation of package ‘multcomp’ had non-zero exit status
'"C:\Users\hermesr\DOCUME~1\R\R-40~1.2/bin/x64/Rterm.exe"' is not recognized as an internal or external command,
operable program or batch file.
Warning in install.packages :
installation of package ‘nlme’ had non-zero exit status
'"C:\Users\hermesr\DOCUME~1\R\R-40~1.2/bin/x64/Rterm.exe"' is not recognized as an internal or external command,
operable program or batch file.
Warning in install.packages :
installation of package ‘coin’ had non-zero exit status
The downloaded source packages are in
‘C:\Users\xxxxx\AppData\Local\Temp\Rtmpieqrxf\downloaded_packages’
R version 4.0.2 (2020-06-22) -- "Taking Off Again"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)