[Rd] pairlist objects

2007-10-01 Thread hpages
Hi, ?pairlist gives no explanation about what exactly is the difference between a pairlist and a list (except that a pairlist of length 0 is 'NULL'). So, what's a pairlist? class(.Options) [1] "pairlist" Some strange things about the "pairlist" type: > showClass("pairlist") Error in getClas

Re: [Rd] R "capabilities" on a cluster node

2007-10-01 Thread Hin-Tak Leung
The double '//' is harmless. What you are failing at is that your R-build-host has the system X11 runtime libraries (libSM.so.6 and friends) while your execution hosts don't have them, and R_X11.so depends on the system X11 libraries which R cannot find on the execution hosts. So - ask your gri

Re: [Rd] Aggregate factor names

2007-10-01 Thread Martin Elff
On Thursday 27 September 2007 (17:57:55), Mike Lawrence wrote: > ex. it is annoying to type > > with( > my.data > ,aggregate( > my.dv > ,list( > one.iv = one.iv > ,another.iv = another.iv >  

[Rd] R-Server remotecontrolled via browser-GUI

2007-10-01 Thread idontwant googeltospyafterme
hi jeff, i have read your paper from 2005 and your rapache solution sounds good. i was wondering if u did sth about the state problem... you should put a changelog on your website. what changes will come with 1.0? and what is brew exactly for? it is like a tuned "cat", mixing r-output and text, rig

Re: [Rd] CHAR () and Rmpi

2007-10-01 Thread Hao Yu
Thank all for your quick reply. I am wrong to say Rmpi does not modify CHARSXP at C level. In fact as Martin points out, the receive buff must be modified. Last night I started the modification of c codes. For send buffer (no modification), I used //copy from R 2.6.0 (not in previous versions) cha