swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: R package on IRIX 6.5


From: Jayshree Sarma
Subject: Re: R package on IRIX 6.5
Date: Thu, 18 Mar 1999 13:01:28 -0500 (EST)

Thanks for the pointers. I was able to successfully install R.
But I could not get the base-Ex.R and modreg-Ex.R tests to run
completely.

The tests did not run for base-Ex.R after line 928: 

928:curve(gamma(x),-3,4, n=1001, ylim=c(-10,100),

The following are the comments found in base-Ex.Rout file:

Error: Object "x" not found
Execution halted

In the modreg-Ex.R test, the postscript file contained 3 pages
and pages 1 and 2 had complete graphs while page 3 had one incomplete
graph.  Even after the test had run for more than 100 mins. there was
no progress noticed in the .ps files. Since I terminated the test, the
modreg-Ex.Rout file was deleted before the program exited.

I was wondering if anyone was able to run these tests successfully.

Jayshree

On 16 Mar 1999, Marcus G. Daniels wrote:

> >>>>> "JS" == Jayshree Sarma <address@hidden> writes:
> 
> JS> If it is necessary how
> JS> does one force the configure script to look for hdf5 in the right
> JS> directory?
> 
> Here's how I build R on Solaris.  
> 
> #!/bin/sh
> #srcdir=$S/R-devel-sfi-1999-02-07
> srcdir=$S/R-devel
> ldflags="-L$P/data/hdf5/lib"
> FC="/opt/egcs/bin/g77 $ldflags" LDFLAGS=$ldflags CC=/opt/egcs/bin/gcc 
> CPPFLAGS="-I/opt/src/mgd/packages/data/hdf5/include -I/opt/gnu/include" 
> $srcdir/configure --prefix=/opt/src/mgd/packages/data/R --srcdir=$srcdir
> make 
> 
> For the hdf5.h problem, the fix in your case would be
> "CPPFLAGS=-I/usr/local/include ./configure".
> 
> JS> As a side note: What is the difference between the R version in
> JS> CRAN site and R-devel-sfi-1999-02-09 version?
> 
> The SFI version provides the HDF5 features.  I've just been informed
> that these patches are now installed in the development version...
> 
>                   ==================================
>    Swarm-Support is for discussion of the technical details of the day
>    to day usage of Swarm.  For list administration needs (esp.
>    [un]subscribing), please send a message to <address@hidden>
>    with "help" in the body of the message.
> 
> 


                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]