On my PC, since R-3.4.4 and now 3.5.1Tools/Check Package Updates/ and some packages have not updated with recent versions of the Desktop IDE now currently 1.1.453 with WIn10 1803, but it was OK with a few Win10 and IDE.
> install.packages("stringi")
Installing package into ‘C:/Users/Admin/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
There is a binary version available but the source version is later:
binary source needs_compilation
stringi 1.1.7 1.2.3 TRUE
Binaries will be installed
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/stringi_1.1.7.zip'
Content type 'application/zip' length 14368013 bytes (13.7 MB)
downloaded 13.7 MB
package ‘stringi’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\Admin\AppData\Local\Temp\RtmpCy91kj\downloaded_packages
>
but then on again using Tools/Check for Packages
it has not been updated.
Sometimes the effect is differently unproductive:
> install.packages("smacof")
Installing package into ‘C:/Users/Admin/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
also installing the dependencies ‘stringr’, ‘rlang’, ‘Formula’, ‘latticeExtra’, ‘acepack’, ‘gridExtra’, ‘data.table’, ‘htmlTable’, ‘viridis’, ‘htmltools’, ‘base64enc’, ‘gdata’, ‘mice’, ‘RColorBrewer’, ‘slam’, ‘Rcpp’, ‘car’, ‘heplots’, ‘polynom’, ‘Hmisc’, ‘colorspace’, ‘nnls’, ‘weights’, ‘ellipse’, ‘wordcloud’, ‘candisc’
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/stringr_1.3.1.zip'
Content type 'application/zip' length 194799 bytes (190 KB)
downloaded 190 KB
. . . continuing the like to . . .
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.5/smacof_1.10-8.zip'
Content type 'application/zip' length 587812 bytes (574 KB)
downloaded 574 KB
Error in install.packages : cannot open file 'C:/Users/Admin/Documents/R/win-library/3.5/file4738517273d/stringr/help/figures/logo.png': Permission denied
>
Can this be remediated?