-----Original Message-----
From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Dan
Tenenbaum
Sent: January-27-15 1:25 PM
To: Henrik Bengtsson
Cc: John Fox; R-devel
Subject: Re: [Rd] problem with update.packages() in R-Devel (3.2.0) on
Windows
----- Original Message -----
From: "Henrik Bengtsson" <hb at biostat.ucsf.edu>
To: "John Fox" <jfox at mcmaster.ca>
Cc: "R-devel" <r-devel at r-project.org>
Sent: Tuesday, January 27, 2015 10:15:36 AM
Subject: Re: [Rd] problem with update.packages() in R-Devel (3.2.0) on
It works again using:
% R --version
R Under development (unstable) (2015-01-26 r67627) -- "Unsuffered
Consequences"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
Indeed. I've closed PR#16172.
Dan
/Henrik
On Mon, Jan 26, 2015 at 9:54 AM, John Fox <jfox at mcmaster.ca> wrote:
Dear all,
I've noticed the following problem for the past several days:
---------------- snip ----------------
update.packages(ask=FALSE)
. . .
trying URL
'http://cran.utstat.utoronto.ca/src/contrib/zoo_1.7-11.zip'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL
'http://cran.utstat.utoronto.ca/src/contrib/zoo_1.7-11.zip'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
cannot open: HTTP status was '404 Not Found'
Warning in download.packages(pkgs, destdir = tmpd, available =
available,
:
download of package 'zoo' failed
---------------- snip ----------------
Apparently, the subdirectory for the version number (/3.2) is
missing from the URL. OTOH, install.packages() works fine:
---------------- snip ----------------