Re: [Rd] Call R function from Java

2010-08-08 Thread bytecode
RCaller is another way for calling r from java without JNI. You can try and develop RCaller with GPL license. http://www.mhsatman.com/rcaller -- View this message in context: http://r.789695.n4.nabble.com/Call-R-function-from-Java-tp911738p2317844.html Sent from the R devel mailing list archive

Re: [Rd] readline operate-and-get-next

2010-08-08 Thread Rafael Laboissiere
Okay, I could not refrain myself and implemented the change in src/unix/sys-std.c. The patch is attached below. I tested it in the 2.11.1 source and it worked fine. At any rate, the patch applies cleanly to the SVN source. Three notes about this patch: 1. The code is taken from the bash source

Re: [Rd] gpar fill and transparency on devices

2010-08-08 Thread Paul Murrell
Hi On 6/08/2010 5:34 p.m., baptiste auguie wrote: Hi, Thanks for pointing this out. I do have the book, unfortunately I left it abroad this year. I would think that such brief mention in ?gpar could be useful (because that's where one first looks for gpar() defaults --- which are not listed).