Dear Sven,
I mean deleting the files  from Gretl
after mread()
Oleh
29 вересня 2015, 22:18:10, від "Sven Schreiber" <svetosch(a)gmx.net>:
   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
 
 _______________________________________________
 Gretl-devel mailing list
 Gretl-devel(a)lists.wfu.edu
 
http://lists.wfu.edu/mailman/listinfo/gretl-devel