-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Models are not found when they are elements of a list. #29
Comments
I am trying to debug this, and I located the source of the bug in the internal code of
|
However, if you pass the character string |
My practical problem is that I want to process 32 model specifications in feglm(). Since these have a Maybe a solution is kinda... make a package Have you suggestions to not clog |
UPDATE: TimTeaFan provided a debug:
Then
|
Hey guys, sorry for not chipping in earlier. I am currently on parental leave, hence have only limited time. Thanks to all for the contribution/discussion. I have been working on a new version of specr for a while (including several other aspects) and this will be interesting to add. Will get into it hopefully very soon! Best, |
I have a model called
PQP
This code:
runs with no errors.
Now I enlist
PQP
in the listmodels
.This code:
gives back this error:
UPDATE:
TimTeaFan provided a debug:
Then
specr:::run_spec
is corrected like this:The text was updated successfully, but these errors were encountered: