Am 29.09.2015 um 21:08 schrieb oleg_komashko(a)ukr.net:

>             gretl.export(ggg)
>         end foreign
>         vars = mread("gg.mat",1)
>         fors = mread("ggg.mat",1)
>         bundle b
>         b["yhat"] = vars
>         b["fcst"] = fors
>         b["level"] = cl*100
>         return b
> end function
> 
> open denmark.gdt
> b = ets_f(LRM)
> 
> hansl>
> 
> Among other things output contains
> 
> wrote /home/oleh/.gretl/gg.mat 
> wrote /home/oleh/.gretl/ggg.mat 
> 
> How I can delete these files from within the function
> provided shell command is switched off by default?
> 

I'm not an R expert, but I've seen the two constructs
"suppressMessages()" and/or "capture.output()", maybe they can help you?

good luck,
sven

Reply via email to