On Wed, 19 Jan 2011, Henrique Andrade wrote:
Em 19 de janeiro Allin escreveu:
(...)
> Could you give a listing of files R* in
> "C:\Users\henrique\Application Data\gretl" (if it exists) and
It doesn't exist.
> C:\Users\henrique\AppData\Roaming\gretl ?
Rsrc, Rdata.tmp, R.out, gretl.Rprofile
> And if there's a file Rsrc in either of those places, can you show
> its content?
>
sink("C:/Users/henrique/AppData/Roaming/gretl/R.out", type="output")
[and so on]
Hmm, I see (from how Rsrc reads) that gretl is not using the R
shared library on your system, rather it's trying to use
Rterm.exe. Unless you specified "set R_lib off" this means there
was an error trying to open the library. Still, Rterm should work.
I'll try some testing.
Allin