Re: [Rd] [R] Continuation and parse

2006-07-13 Thread Martin Morgan
[this is from R-help, at the end of June] Jim Lemon asked about parsing syntactically incorrect versus incomplete lines, generating a couple of responses. Philippe's suggestion isn't robust (e.g., "\nls)". Prof. Ripley's comment lead me to R_ParseVector (the only exposed parse routine). Unfortuna

Re: [Rd] writeForeignSAS and potential extensions

2006-07-13 Thread Stephen D. Weigand
Sorry, looks like my work e-mailer put the attachments in the body. Please e-mail [EMAIL PROTECTED] if interested and I'll send you a copy of the files. I think it'll also work to grab the files from: ftp://mayoftp:''@ftp.mayo.edu/pub/weigand/writeForeignSAS7.R ftp://mayoftp:''@ftp.mayo.edu/pub/w

Re: [Rd] Call R function from Java

2006-07-13 Thread Simon Urbanek
Adam, [I'm moving this discussion to stat-rosuda-devel, because JRI is strictly speaking a contributed package] On Jul 13, 2006, at 5:28 PM, Adam Kapelner wrote: > It worked. All I had to do is set PATH = < R directory > in my > system variables in "My Computer" and that was it! > > Oh btw S

Re: [Rd] Call R function from Java

2006-07-13 Thread Adam Kapelner
Hey guys, It worked. All I had to do is set PATH = < R directory > in my system variables in "My Computer" and that was it! Oh btw Simon, I couldn't find the run.bat in the JRI_0.2-4.tar.gz file. I found a "run.in" but that is a unix bash script. Another question: When I'm evaluating R expressi

[Rd] writeForeignSAS and potential extensions

2006-07-13 Thread Stephen Weigand
Dear R-devel, I've made some potential extensions to writeForeignSAS in 'foreign' that I wanted to pass along if anyone is interested. I've attached the diff -u output against the version found in foreign_0.8-15 and an .R file with my changes. (In this .R file, the function is named writeFo