[R] error on install Rmpi packages

2005-04-08 Thread Marcelo Luiz de Laia
Dear Sir/Madam, I need to install Rmpi Package on my linux debian like, but I get some errors. I try to instal it using install.packages or after download and save it on my local dir and run R CMD INSTALL packagename and, both, I get these errors: checking mpi.h usability... no checking mpi.h

Re: [R] error on install Rmpi packages

2005-04-08 Thread Prof Brian Ripley
If you have MPI installed, it is not somewhere Rmpi can find it. The output you quote tells you how to to fix this, if it is really is installed. See also the README file in the package. On Fri, 8 Apr 2005, Marcelo Luiz de Laia wrote: Dear Sir/Madam, I need to install Rmpi Package on my linux

Re: [R] error on install Rmpi packages

2005-04-09 Thread Thomas Schönhoff
Hello Marcello, Am Freitag, 8. April 2005 16:27 schrieb Marcelo Luiz de Laia: > Dear Sir/Madam, > > I need to install Rmpi Package on my linux debian like, but I get > some errors. > > I try to instal it using install.packages or after download and > save it on my local dir and run R CMD INSTALL p