[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

[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 Rinternals.h /* for REAL, SEXP etc */ # include R_ext/Applic.h /* array.c says need for dgemm */ /* following copied from array.c */ static

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

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, wouldn't they

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 Well, they would

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 and

[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.

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 start the r

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 Well, they would say that,