[R] "ignoring environment value of R_HOME" error when installing packages

2008-06-03 Thread tub78
I am troubled by what appears to be a glitch in the current distribution, or in its installation on our system. I've traced it, and found a work- around. Is this normal? Is there a cleaner solution? The problem: During a package installation, the warning message "WARNING: ignoring environmen

Re: [R] Packfor library-problem downloading

2008-06-04 Thread tub78
Jubilo, I believe we have the same problem. For a hacky solution, please see my post http://groups.google.com/group/r-help-archive/browse_thread/thread/bbd4ef5857dc99ef - Stu On May 22, 11:05 am, Jubilo <[EMAIL PROTECTED]> wrote: > Hello, > > I'm a new user to R, and I was trying to install "p

Re: [R] trouble installing Rmpi on 64-bit Ubuntu 8.04 with openmpi

2008-06-04 Thread tub78
The problem here is that the compiler cannot find the include files for mpi. Notice that the first checks that fail are: > checking mpi.h usability... no > checking mpi.h presence... no > checking for mpi.h... no One solution is to create a file named "~/.R/Makevars" with the following line: PK

Re: [R] "ignoring environment value of R_HOME" error when installing packages

2008-06-04 Thread tub78
16f/6a5220b73d3ac682?lnk=gst&q=R_HOME# regards - S. On Jun 4, 12:35 am, tub78 <[EMAIL PROTECTED]> wrote: > I am troubled by what appears to be a glitch in the current > distribution, or in > its installation on our system.  I've traced it, and found a work- > around.  Is