Hi,
I'm seeing a difference in the output between what (I think) is the same
code, depending on whether it is called as a function package or whether
it is run as unpackaged scripts. With the package (run with
gretlcli.exe) from the CLI I'm getting warnings:
<gretl-output>
In regard to function VARboot (package johansensmall):
Warnung: erzeugte nichtendliche Werte
</gretl-output>
(meaning "created non-finite values")
And when I run the some code with gretlcli but not in a packaged form,
those warnings are absent. I have inserted a "set warnings off" into
that code where I think it could be necessary, and I would like to mute
those warnings also in the package.
So my question is: What could explain this different behavior? Is it
intended? How to switch off the warnings inside a package?
thanks,
sven