[Rd] Selecting multiple columns with same name

2010-10-08 Thread Martin Kerr
names(dataFrame) <- groupssubset(dataFrame,select=c(colname="1") This however only returns the first column rather than all instances of a column with that name. Note that these columns may not necessarily be contiguous. Is this the correct way to go about

[Rd] DetachedEval Issues

2010-08-17 Thread Martin Kerr
d on the Rserve debug side. session: resuming session, waiting for connections.connection accepted.sending ID string. header read result: 16DUMP [16]: 31 be 18 07 15 57 93 6f 9d a3 53 56 99 f4 3b 7fdiscarding buffer because too big (awaiting 1871927061 bytes) Any help would be greatly

Re: [Rd] Non-blocking Eval

2010-07-20 Thread Martin Kerr
.org > Date: Mon, 19 Jul 2010 11:34:29 -0400 > CC: r-devel@r-project.org > To: mk2...@hotmail.com > > On Jul 19, 2010, at 10:58 AM, Martin Kerr wrote: > > > > > Hello, > > I'm currently working with the C++ version of the Rserve Client as part of > >

[Rd] Non-blocking Eval

2010-07-19 Thread Martin Kerr
Hello, I'm currently working with the C++ version of the Rserve Client as part of a student project. Is there an implementation of a non-blocking interface to Rserve in C++? I can find one via the Java JRI but no equivalent in C++. Thanks __