On Sat, 27 Jul 2024, Sven Schreiber wrote:
Am 26.07.2024 um 19:30 schrieb Cottrell, Allin:
> On Fri, Jul 26, 2024 at 10:15 AM Sven Schreiber
> <sven.schreiber(a)fu-berlin.de> wrote:
>> - The package specifies "no-data-ok" and this also
shows up in the info.
>> However, when executing the package GUI, a warning dialog with "this
>> requires a dataset" appears.
> I think that's because your package depends on SVAR, which
requires
> time-series data.
Ah, good point. Although then the follow-up question why is it just
asking
for an unspecified dataset, and not for time series?
That point should now be fixed in git, I believe.
>> - The GUI_SVAR_setID_uimaker function is declared as the
ui-maker, and
>> requests no_const both for the lists X and Y, as well as no_singleton for
>> Y. However, in the GUI I can execute the package under all those cases
>> that are supposed to be prevented.
Ah, your ui-maker specifications for list arguments are out-of-date.
The possibilities are: list_no_singleton, list_no_const and
list_exclude. IIRC it was you who requested the "list_" prefix for
these conditions ;-). See the current function-package doc.
Allin