On Tue, Aug 19, 2025 at 10:05 AM Sven Schreiber
<sven.schreiber(a)fu-berlin.de> wrote:
Actually, it seems there's a problem with the package return value
field in the GUI, at least when the return type is a series. Take the
"cffilt" package, for example:
- Load the australia time-series datasest
- fire up the GUI of cffilt;
- the label for the return value field says something like: "select (or
new variable)" (re-translated from German)
- and there's a drop-down handle on the right
- however, I cannot actually select any of the series in the dataset
Yes, that was broken. In the background, we're only willing to offer a
selectable name for the return value when it's a list (e.g. "List01").
For other return values there's nothing to select, and the GUI widget
should just be an (empty) entry box. That's now fixed in git.
Allin