[R] problems installing Design and Hmisc libs

2003-09-23 Thread Federico Calboli
Dear All, when I try to: install.packages(Design); install.packages(Hmisc) I get the following error messages: * Installing *source* package 'Design' ... ** libs g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe -march=i586

Re: [R] problems installing Design and Hmisc libs

2003-09-23 Thread Uwe Ligges
Federico Calboli wrote: Dear All, when I try to: install.packages(Design); install.packages(Hmisc) I get the following error messages: * Installing *source* package 'Design' ... ** libs g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro -O2 -fomit-frame-pointer -pipe

Re: [R] problems installing Design and Hmisc libs

2003-09-23 Thread Federico Calboli
You need the Fortran compiler (g77) as well (as indicated by the error message). Is it installed? Is it in your path? Uwe Ligges It was not installed. Now everything works. Cheers, Federico -- = Federico C. F. Calboli Department of Biology

Re: [R] problems installing Design and Hmisc libs

2003-09-23 Thread Thomas Lumley
On Tue, 23 Sep 2003, Federico Calboli wrote: Dear All, when I try to: install.packages(Design); install.packages(Hmisc) I get the following error messages: * Installing *source* package 'Design' ... ** libs g77 -mieee-fp -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro