Am 11.04.2016 um 22:05 schrieb Allin Cottrell:
On Sun, 10 Apr 2016, Allin Cottrell wrote:
> Thanks, Jürgen, I see what you mean [that is, non-interactive
> execution of an R script via gretl, outside of the "foreign" command,
> not working on Windows with current R].
I think this is now fixed in the snapshots for both 32- and 64-bit
Windows, but it would be good to have this confirmed before we release
gretl 2016b. If anyone can give it a try I'd be grateful.
To save testers a little time, here's a trivial R script you can try:
A <- matrix(c(1,2,3,4,5,6), nrow=3, ncol=2)
A
In gretl, go to /File/Script files/New script/R script, and paste in the
above. Hit the Run button and click OK to accept the non-interactive
default mode: Do you see the expected output?
works for me (64bit Win 7)
-s