Re: [rkward-devel] bug in daily build?

2011-02-02 Thread meik michalke
hi, am Mittwoch 02 Februar 2011 (19:45) schrieb Thomas Friedrichsmeier: > What's the output of >formals (.rk.system.default) it's this: >formals (.rk.system.default) $command $intern [1] FALSE $ignore.stderr [1] FALSE $wait [1] TRUE $input NULL $show.output.on.console [1] TRUE $mi

Re: [rkward-devel] bug in daily build?

2011-02-02 Thread Thomas Friedrichsmeier
Hi, On Wednesday 02 February 2011, meik michalke wrote: > ok, this is what i get from a normal R session: these are as expected. So that leaves me wondering why the ignore.stdout-parameter is missing in your rkward session (although I think I may have an idea, now). One more question, here: Wh

Re: [rkward-devel] bug in daily build?

2011-02-02 Thread meik michalke
hi thomas, am Mittwoch 02 Februar 2011 (13:02) schrieb Thomas Friedrichsmeier: > I'm still curious about the other half of my mail, though, i.e. the > questions concerning system(). ok, this is what i get from a normal R session: > version _ platform

Re: [rkward-devel] bug in daily build?

2011-02-02 Thread Thomas Friedrichsmeier
On Wednesday 02 February 2011, Thomas Friedrichsmeier wrote: > > > formals (system2) > > [same as formals(system)] > > Huh? system2() should really have a completely different signature. Does > this match with the documentation in "?system2"? Ok, never mind the part about system2(). That was my

Re: [rkward-devel] bug in daily build?

2011-02-02 Thread Thomas Friedrichsmeier
Hi, ok, so I've changed the system()-overload to be a bit more failsafe. So probably, it should work again, with tomorrow's daily build. However, I am quite baffled by the output you got. On Wednesday 02 February 2011, meik michalke wrote: > version.string R version 2.12.1 (2010-12-16) > > for

Re: [rkward-devel] bug in daily build?

2011-02-02 Thread meik michalke
hi thomas, am Mittwoch 02 Februar 2011 (09:53) schrieb Thomas Friedrichsmeier: > What's your version of R? What's the output of >formals (system) > and >formals (system2) > ? this is the output made with 0.5.5-0daily-2992-201102010035~maverick1: > version _

Re: [rkward-devel] bug in daily build?

2011-02-02 Thread Thomas Friedrichsmeier
Hi, On Tuesday 01 February 2011, meik michalke wrote: > > Fehler in system(sprintf("%s > %s 2> %s", command, outfile, errfile), input > = input) : > Objekt 'ignore.stdout' nicht gefunden > Calls: local ... create.pdf -> texi2dvi -> .shell_with_capture -> system > I have overloaded the system(