You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry. I thought I responded to this a while ago.
I can't do that with verify because it's a great deal more general that assert, etc...
For example, verify can ask whether the number of rows is above a certain value, or whether TRUE is TRUE.
In these cases, and most others that necessitate verify and not assert/etc, row numbers wouldn't make sense.
Is there a way you can re-write what you currently have as verify as assertr/etc... ?
I have great news :)
I implemented something that I think would work for you in commit b18be10
It includes and index just like you wanted for verify to match the error data.frames from the rest of the verbs. The error data.frames thing is pretty cool! You should check it out :)
I'll be submitting to CRAN shortly
Is it possible to output an error list for
verify
function asassert
does?It will be helpful to have the index and all used variables in the expression/function.
The text was updated successfully, but these errors were encountered: