[EMAIL PROTECTED] 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 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
