Re: [Rd] FW: R Process Killed out of logical swap space: Case id #259-4945 (PR#7732)

2005-03-17 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > Dear Professor Ripley, Ummm, "PR" is for "Problem Report", not "Professor Ripley" > I am attempting a large scale mixed-model analysis of longitudinal gene > array data using R. I use a 64-bit SGI with 7GB available RAM and 40G > logical swap space together with

[Rd] translation R into Russian

2005-03-17 Thread DIG
Hello, R developers, I would like to contribute to the R project: I prepared Russian .po-files (and translated a few lines). List of changes: * files *ru.po are generated and a few lines are translated; * files ./po/LINGUAS and ./po/THANKS are modified. I am not sure whether to post the .d

[Rd] FW: R Process Killed out of logical swap space: Case id #259-4945 (PR#7732)

2005-03-17 Thread DMoore
Dear Professor Ripley, I am attempting a large scale mixed-model analysis of longitudinal gene array data using R. I use a 64-bit SGI with 7GB available RAM and 40G logical swap space together with unlimited virual swap space. The OS is IRIX 6.5.24. I use R version 1.9.0 since I have had problems

Re: [Rd] authentication support question

2005-03-17 Thread Vincent Carey 525-2265
On Thu, 17 Mar 2005, Prof Brian Ripley wrote: > On Wed, 16 Mar 2005, Vincent Carey 525-2265 wrote: > > > I need to obtain username and password strings from the > > user of a certain process running in R. scan() can be used > > to get the strings, but the password will be echoed back as the > >

Re: [Rd] .Call - applying setAttrib(x, R_DimSymbol, s) to a matrix being an element of a list

2005-03-17 Thread Oleg Sklyar
Thanks a lot for your comments. In fact I had an idea that maybe it is a pointer that is transferred after Simon's yesterday's commnent. So generally I should always allocVector for imgSize before passing it and just let the garbage collector to clean them afterwards if I understand right. Bes

Re: [Rd] .Call - applying setAttrib(x, R_DimSymbol, s) to a matrix being an element of a list

2005-03-17 Thread Simon Urbanek
Oleg, On Mar 16, 2005, at 8:34 PM, Oleg Sklyar wrote: Sorry, it is always a tradeoff - either to explain or put a relatively large code, Just posting all R related commands is sufficient ;) - in your case that would be the single imgSize alloc and the assignments- but the full code is fine, too.

[Rd] Compiling "R Embedded" examples

2005-03-17 Thread Mauron Laurent (KETR 31)
Hi, This question was first posted wrongly on R-help. Apologize for the inconvenience. I am working at a major financial institution and we would like to embed R in one of our front office application. The application is written in C/C++ so I started by trying to compile the examples in "test

Re: [Rd] authentication support question

2005-03-17 Thread Prof Brian Ripley
On Wed, 16 Mar 2005, Vincent Carey 525-2265 wrote: I need to obtain username and password strings from the user of a certain process running in R. scan() can be used to get the strings, but the password will be echoed back as the user types it. Is there any way to load keyboard input to a variabl

Re: [Rd] .Call - applying setAttrib(x, R_DimSymbol, s) to a matrix being an element of a list

2005-03-17 Thread Prof Brian Ripley
On Thu, 17 Mar 2005, Oleg Sklyar wrote: Dear Simon, you gave us only a fragment of your code, so I can only guess what the problem is: What is imgSize? The behavior you describe seems as if you re-using the imgSize SEXP in all elements. AFAIR in your case setAttrib doesn't copy the value, so you