Re: [Rd] SPSS I/O dll was: 8 char labels in read.spss

2005-10-12 Thread Duncan Murdoch
Knut Krueger wrote: > > Thomas Lumley schrieb: > > >>On Tue, 11 Oct 2005, Knut Krueger wrote: >> >> >> >>>I found a definition of the SPSS files. >>>http://www.wotsit.org/download.asp?f=spssdata >>>but they recommend to use the spss input/output dll to ensure upward >>>compatbility >>> >>> >

Re: [Rd] GUI error. (PR#8204)

2005-10-12 Thread Duncan Murdoch
[EMAIL PROTECTED] wrote: > Full_Name: Ian G > Version: latest Please tell us which version. There are at least three versions which might be called "latest", and by tomorrow two of them may well be different. > OS: win xp pro sp1 > Submission from: (NULL) (193.1.209.251) > > > step one > sta

[Rd] additional comments on building R with PGI compiler

2005-10-12 Thread Jennifer Lai
Hi, I have additional comments on building R with PGI compiler. If one wants to use external BLAS library, then pgf90 instead of pgf77 should be used, and BLAS_LIBS flags should be set. e.g. F77 = $PG_HOME/bin/pgf90 BLAS_LIBS='-L/opt/acml2.7.0/pgi64/ -lacml' # for ACML library BLAS_LIBS='

[Rd] recommendation for web interface to R

2005-10-12 Thread Tib
Hi list, The task I am facing is, I need to work on a web interface (which is based on java) for R, user selects statistical methods he wants, then submits them to back R computing engine, the results (estimates or test results) can be returned to user on webpage. The statistical methods may not b

[Rd] rgl package demo causes R memory corruption under Windows

2005-10-12 Thread Dominick Samperi
Hello, Running the rgl demo package (demo(rgl)) causes memory corruption when used with R 2.2.0 under Windows. I tested on two Windows systems: Windows 2000 and Windows XP. When you terminate R after running the demo you get a message about the application trying to reference invalid memory. I

Re: [Rd] SPSS I/O dll was: 8 char labels in read.spss

2005-10-12 Thread Knut Krueger
Thomas Lumley schrieb: >Yes, but it can't be incorporated in the "foreign" package, which has a >GPL license, and in any case wouldn't work off Windows. It's not clear >that it would be much easier than using the PSPP code in any case. > > > Seems that it is easier to save as Excel files a

Re: [Rd] SPSS I/O dll was: 8 char labels in read.spss

2005-10-12 Thread Thomas Lumley
On Wed, 12 Oct 2005, Knut Krueger wrote: > Thomas Lumley schrieb: >> On Tue, 11 Oct 2005, Knut Krueger wrote: >>> I found a definition of the SPSS files. >>> http://www.wotsit.org/download.asp?f=spssdata >>> but they recommend to use the spss input/output dll to ensure upward >>> compatbility >>> >

Re: [Rd] SPSS I/O dll was: 8 char labels in read.spss

2005-10-12 Thread Knut Krueger
Thomas Lumley schrieb: >On Tue, 11 Oct 2005, Knut Krueger wrote: > > >>I found a definition of the SPSS files. >>http://www.wotsit.org/download.asp?f=spssdata >>but they recommend to use the spss input/output dll to ensure upward >>compatbility >> >> >> > >"Well, they would say that, would

Re: [Rd] Using matprod from array.c

2005-10-12 Thread Prof Brian Ripley
You need to link against -lRblas as well, since that is where the BLAS library entry points are. See `Writing R Extensions' for a platform-independent way to do this via variables in Makevars (you need ${BLAS_LIBS) $(FLIBS)). On Wed, 12 Oct 2005, Heather Turner wrote: > Hi, > > I was wondering

[Rd] Using matprod from array.c

2005-10-12 Thread Heather Turner
Hi, I was wondering if I could use the matprod function from array.c in my own C routine. I tried the following as a test /* my_matprod.c */ # include /* for REAL, SEXP etc */ # include /* array.c says need for dgemm */ /* following copied from array.c */ static void matprod(double *x, int

[Rd] GUI error. (PR#8204)

2005-10-12 Thread iggbig
Full_Name: Ian G Version: latest OS: win xp pro sp1 Submission from: (NULL) (193.1.209.251) step one start the r project any way you like step two type "demo()" and press return step three press then shortcut button to open file 'just under the file menu' while then demp screen is up the progr

[Rd] make check seg faults at base-Ex.R [was Re: Compile problem R 2.2.0 + Solaris 10 x86]

2005-10-12 Thread Daniel Wong
Hi Prof Ripley, The "problem" seems to go away by using gmake instead of /usr/ccs/bin/make. Compilation is successful, but now, I get core dump during make check. == gmake[1]: Entering directory `/tmp/apps/R-2.2.0-32/tests' gmake[2]: Entering directory `/tmp/apps/R-2.2.0-3