We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
drake
When I pass a grouping variable of length 0, the current error message is There are only 0 elements.
There are only 0 elements.
I propose to change this to There are only 0 elements in grouping variable <object_name>.
There are only 0 elements in grouping variable <object_name>.
library(drake) my_plan <- drake_plan( i = numeric(), mytarget = target({ 1 }, dynamic = map(i)) ) make(my_plan) #> ▶ target i #> ▶ dynamic mytarget #> > subtarget mytarget_ #> Error: Must index existing elements. #> x Can't subset position 1. #> ℹ There are only 0 elements.
Created on 2020-03-11 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered:
cd4065a
cancel_if()
wlandau
No branches or pull requests
Prework
drake
's code of conduct.Proposal
When I pass a grouping variable of length 0, the current error message is
There are only 0 elements.
I propose to change this to
There are only 0 elements in grouping variable <object_name>.
Created on 2020-03-11 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: