[Rd] memory allocation problem under linux

2005-06-13 Thread [EMAIL PROTECTED]
I have some compiled code that works under winXp but not under linux (kernel 2.6.10-5). I'm also using R 2.1.0 After debugging, I've discovered that in this code: #define NMAX 256 long **box; ... box = (long **)R_alloc(NMAX, sizeof(long *)); //<---HERE THE SIGSEGV for (i=0; ihttps:/

Re: [Rd] memory allocation problem under linux

2005-06-13 Thread Prof Brian Ripley
You keep on sending similar messages -- this is at least the third. You need to find out where the segfault is occurring using gdb, and you have not told us. Very likely this results from some previous memory corruption in your compiled code: try valgrind (see `Writing R Extensions') to try to

Re: [Rd] memory allocation problem under linux

2005-06-13 Thread [EMAIL PROTECTED]
Scrive Prof Brian Ripley : > You keep on sending similar messages -- this is at least the third. You > need to find out where the segfault is occurring using gdb, and you have > not told us. Sorry for the repeated post (in 2 different mailing lists). Tnx for your suggestion. Now I think I've f

Re: [Rd] Citation for R

2005-06-13 Thread Roger D. Peng
It's not clear to me why a journal publication is necessary (although I guess it couldn't hurt). What do you cite when you use SAS? Or Stata? -roger Gordon K Smyth wrote: > This is just a note that R would get a lot more citations if > the recommended citation was an article in a recognised > j

[Rd] Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced by CR

2005-06-13 Thread Søren Højsgaard
I am trying to build a package binary, and get the message below. Can anyone point me to a solution to that problem. Thanks in advance Søren installing data files installing man source files installing indices Error in load(zfile, envir = envir) : input has been corrupted, with LF

Re: [Rd] Error in load(zfile, envir = envir) : input has been corrupted, with LF replaced by CR

2005-06-13 Thread Prof Brian Ripley
On Mon, 13 Jun 2005, Søren Højsgaard wrote: I am trying to build a package binary, and get the message below. Can anyone point me to a solution to that problem. As it says, a save file has been corrupted, probably one of your data files with extension .rda. Try loading them yourself to see.

[Rd] Possible solution to missing title bars etc on X11 windows

2005-06-13 Thread Prof Brian Ripley
There have been various reports of missing title bars, buttons etc from X11() windows under certain window managers. I've never seen this, but Ei-j Nakama encountered it and has supplied a patch which changes the way hinting is done. I've put this into R-devel, and would be grateful to know if

Re: [Rd] memory allocation problem under linux

2005-06-13 Thread Martyn Plummer
On Mon, 2005-06-13 at 12:12 +0200, [EMAIL PROTECTED] wrote: > Scrive Prof Brian Ripley : > > > You keep on sending similar messages -- this is at least the third. You > > need to find out where the segfault is occurring using gdb, and you have > > not told us. > > Sorry for the repeated post (

[Rd] Fwd: Using Rserve

2005-06-13 Thread D0c
-- Forwarded message -- From: D0c <[EMAIL PROTECTED]> Date: Jun 11, 2005 1:04 PM Subject: Re: [Rd] Using Rserve To: Simon Urbanek <[EMAIL PROTECTED]> Hey Simon, I wish i had a choice of platform,... but i don't. Yes i'd like to know when Rserve is ready, send me some code. On 6/

Re: [Rd] Citation for R

2005-06-13 Thread Thomas Lumley
On Mon, 13 Jun 2005, Gordon K Smyth wrote: > This is just a note that R would get a lot more citations if the > recommended citation was an article in a recognised journal or from a > recognised publisher. > This is unfortunately true, but R is *not* an article or a book, it is a piece of soft

Re: [Rd] Citation for R

2005-06-13 Thread Ted Harding
On 13-Jun-05 Thomas Lumley wrote: > On Mon, 13 Jun 2005, Gordon K Smyth wrote: > >> This is just a note that R would get a lot more citations if the >> recommended citation was an article in a recognised journal or from a >> recognised publisher. >> > > This is unfortunately true, but R is *not

[Rd] (no subject)

2005-06-13 Thread Thomas Lumley
Online registration for DSC 2005 in Seattle, August 13-14 is now open. See the conference web page at http://depts.washington.edu//dsc2005/ -thomas Thomas Lumley Assoc. Professor, Biostatistics [EMAIL PROTECTED] University of Washington, Seattle

Re: [Rd] Citation for R

2005-06-13 Thread Gordon K Smyth
On Tue, June 14, 2005 1:30 am, Ted Harding said: > Is a journal reference necessary? I have seen many articles where > the statistical software (S-Plus, SPSS, SAS, etc.) was "cited" as > the User Manual, usually only available from the supplier of the > software, sometimes with a WWW URL. Such case

Re: [Rd] Citation for R

2005-06-13 Thread Gordon K Smyth
On Tue, June 14, 2005 12:49 am, Thomas Lumley said: > On Mon, 13 Jun 2005, Gordon K Smyth wrote: > >> This is just a note that R would get a lot more citations if the >> recommended citation was an article in a recognised journal or from a >> recognised publisher. >> > > This is unfortunately true,

[Rd] DSC 2005

2005-06-13 Thread Thomas Lumley
Persons conversant with W3C standards would have noticed too many // in the URL quoted in my previous message. The correct conference page URL is http://depts.washington.edu/dsc2005 -thomas On Mon, 13 Jun 2005, Thomas Lumley wrote: > > Online registration for DSC 2005 in Seattle, A

Re: [Rd] Citation for R

2005-06-13 Thread Gordon Smyth
>Note also that R does have a User Guide, i.e., while there is plenty of >excellent documentation, >there is no single document which is a guide to the whole project. Oops, I meant to write "R does not have a User Guide". Just to explain this further, the citation() function asks me to cite a

Re: [Rd] Citation for R

2005-06-13 Thread Achim Zeileis
On Tue, 14 Jun 2005 10:38:38 +1000 Gordon Smyth wrote: > >Note also that R does have a User Guide, i.e., while there is plenty > >of excellent documentation, > >there is no single document which is a guide to the whole project. > > Oops, I meant to write "R does not have a User Guide". > > Just

Re: [Rd] Citation for R

2005-06-13 Thread Uwe Ligges
Gordon Smyth wrote: >>Note also that R does have a User Guide, i.e., while there is plenty of >>excellent documentation, >>there is no single document which is a guide to the whole project. > > > Oops, I meant to write "R does not have a User Guide". > > Just to explain this further, the citat