Re: Trying to call R with 'native'

2012-08-12 Thread Thorsten Jolitz
Alexander Burger writes: Hi Alex, >> 2. there are many functions in R that look like this: >> >> , >> | SEXP Invtrans(SEXP pG, SEXP x); >> ` >> >> taking two lists, returning one list? > > I don't know the R data structures, but I

Re: Trying to call R with 'native'

2012-08-12 Thread Alexander Burger
Hi Thorsten, > 2. there are many functions in R that look like this: > > , > | SEXP Invtrans(SEXP pG, SEXP x); > ` > > taking two lists, returning one list? I don't know the R data structures, but I would say that you should be abl

Re: Trying to call R with 'native'

2012-08-12 Thread Thorsten Jolitz
Alexander Burger writes: Hi Alex, > On Sun, Aug 12, 2012 at 08:19:41AM +0200, Alexander Burger wrote: >> I would recommend in general to call (load "@lib/math.l") before any >> floating point math, which sets the scale to 6 by default (unless it is >> set to another value beforehand). ok > A

Re: Cygwin bad file descriptor error.

2012-08-12 Thread Joe Bogner
Hi Michiel, It appears to be an issue with fork under cygwin. I've duplicated your same problem. I've ran into similar issues with fork under windows/cygwin and found it to be unstable. You can google to find other instances: http://cygwin.com/ml/cygwin/2012-06/msg00331.html, I came across this s