[Rd] R as analysis server for very large data sets

2003-02-18 Thread George Ostrouchov
At ORNL, we are building a system, ASPECT (Adaptive Simulation Product Exploration and Control Toolkit), for analyzing output from massive simulations. It is essentially a client server type setup that reads netcdf and hdf files, and uses MPI for some distributed tasks. The total output of a si

Re: [Rd] R won't compile on FreeBSD 5.0 (PR#2562)

2003-02-18 Thread Eric van Gyzen
Kurt Hornik wrote: > > Peter Dalgaard BSA writes: > > > > [EMAIL PROTECTED] writes: > >> Full_Name: Eric van Gyzen > >> Version: 1.6.2 > >> OS: FreeBSD 5.0-RELEASE i386 > >> Submission from: (NULL) (152.3.22.120) > >> > >> > >> When compiling R (versions 1.6.1 and 1.6.2), I get the following >

Re: [Rd] R won't compile on FreeBSD 5.0 (PR#2562)

2003-02-18 Thread Kurt Hornik
> Peter Dalgaard BSA writes: > [EMAIL PROTECTED] writes: >> Full_Name: Eric van Gyzen >> Version: 1.6.2 >> OS: FreeBSD 5.0-RELEASE i386 >> Submission from: (NULL) (152.3.22.120) >> >> >> When compiling R (versions 1.6.1 and 1.6.2), I get the following messages: >> dumping R code in package '

Re: [Rd] R won't compile on FreeBSD 5.0 (PR#2562)

2003-02-18 Thread Luke Tierney
On 19 Feb 2003, Peter Dalgaard BSA wrote: > [EMAIL PROTECTED] writes: > > > Full_Name: Eric van Gyzen > > Version: 1.6.2 > > OS: FreeBSD 5.0-RELEASE i386 > > Submission from: (NULL) (152.3.22.120) > > > > > > When compiling R (versions 1.6.1 and 1.6.2), I get the following messages: > > dumping

Re: [Rd] R won't compile on FreeBSD 5.0 (PR#2562)

2003-02-18 Thread Peter Dalgaard BSA
[EMAIL PROTECTED] writes: > Full_Name: Eric van Gyzen > Version: 1.6.2 > OS: FreeBSD 5.0-RELEASE i386 > Submission from: (NULL) (152.3.22.120) > > > When compiling R (versions 1.6.1 and 1.6.2), I get the following messages: > dumping R code in package 'methods' > Fatal error: The X11 shared libr

[Rd] R won't compile on FreeBSD 5.0 (PR#2562)

2003-02-18 Thread vangyzen
Full_Name: Eric van Gyzen Version: 1.6.2 OS: FreeBSD 5.0-RELEASE i386 Submission from: (NULL) (152.3.22.120) When compiling R (versions 1.6.1 and 1.6.2), I get the following messages: dumping R code in package 'methods' Fatal error: The X11 shared library could not be loaded. The error was /tmp

[Rd] biplot: ylim

2003-02-18 Thread Wolfram Fischer - Z/I/M
[R 1.6.1] In biplot() there is coded: if (missing(xlim) && missing(ylim)) xlim <- ylim <- rangx1 <- rangx2 <- range(rangx1, rangx2) else if (missing(xlim)) xlim <- rangx1 else ylim <- rangx2 With the code above, ylim will be overwritten if xlim _and_ ylim are given as ar