[Rd] install.packages(,type="source") broken on Windows

Peter Dalgaard p.dalgaard at biostat.ku.dk
Sat Sep 9 02:15:00 CEST 2006


hpages at fhcrc.org writes:

> Hi,
> 
> On Windows, 'install.packages(,type="source")' displays the same output
> than 'R CMD INSTALL --help' and doesn't install anything...

Yes. The culprit is

------------------------------------------------------------------------
r39127 | urbaneks | 2006-09-05 20:45:00 +0200 (Tue, 05 Sep 2006) | 1 line

Bugfix: install.packages ignored unnamed configure.args
------------------------------------------------------------------------

which forgets to check whether there are any args to name. (There is a
generic issue in that available.packages has a configure.args argument
which is passed on to --configure-args in the INSTALL script: The
Windows INSTALL doesn't understand the argument since configure
doesn't work on Windows. However, things should work when no such
arguments are passed.)

-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)                  FAX: (+45) 35327907




More information about the R-devel mailing list