Skip to content
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

model.apply fails for a model sequence when seq_in is not equal to 'data' #8

Open
grlloyd opened this issue May 20, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@grlloyd
Copy link
Member

grlloyd commented May 20, 2020

For model sequences seq_in must equal 'data' or model.apply fails. Example error when seq_in = 'names' for filter_by_name as the first step in a sequence:

Error in (function (classes, fdef, mtable)  :
  unable to find an inherited method for function ‘model_apply’ for signature ‘"model_seq", "filter_by_name"’
@grlloyd grlloyd self-assigned this May 20, 2020
@grlloyd grlloyd added the enhancement New feature or request label May 20, 2020
@grlloyd
Copy link
Member Author

grlloyd commented May 20, 2020

Documentation for struct needs to be updated and a check added to model_seq that throws an error or warning if seq_in doesn't equal 'data'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant