On Thu, May 26, 2022 at 5:27 AM Artur T. <atecon(a)posteo.de> wrote:
Am 19.05.22 um 18:03 schrieb Sven Schreiber:
> With yesterday's snapshot on Windows the sample script from
fsboost does
> not produce a crash anymore. However, there's again the error that has
> been diagnosed as gretl now being stricter about the cnameset()
> function. That is, the fsboost package in at least one place uses
> cnameset() with arguments whose lengths do not match.
Hi folks,
thanks for the report. There was a mix of two issues:
1. A recent change in the cnameset() function requires that the length
of the string array matches the number of columns of the matrix. This
was not ensured (due to a bug) before.
2. Version 0.2 actually had a bug when calling the
plot_coefficient_paths() function. The function did not (always) select
the actual final set of features before plotting.
I just uploaded a new version (v0.3) which needs to get moderated and
which fixes the bug.
Thanks, Artur. The ridge and Threshold_Panel packages have the same
issue with cnameset (or rnameset in the second case).
Allin