On Sat, 14 Dec 2019, Ioannis A. Venetis wrote:
Hi all,
Using gretl 2019d-git
MS Windows (x86_64)
build date 2019-12-09
(A) I cannot see any of the packages installed in my computer under the
menus. Their GUI lines have disappear.
Something must have trashed your package registry file. To
re-establish the menu entries, open the local packages window. When
you highlight a package that offers a menu attachment the "+" ("Add
to menu") button should become active; take it from there.
(B) The stdize function does not return the same type as input if a
single series is the input
For example in
<hansl>
clear
open australia.gdt
stdize PAU PUS
list xlist = E IAU
x = stdize(xlist)
xx = stdize(IUS)
</hansl>
I do not see series xx but s_IUS
Yes, stdize was returning a list named "xx" with single member the
automatically named series s_IUS. But you're right, that's not in
conformity with the doc. That's now fixed in git; snapshots will
follow.
Allin