egnha / valaddin

Functional input validation to make R functions more readable and robust
Other
33 stars 1 forks source link

Record individual error messages in condition object #31

Closed egnha closed 7 years ago

egnha commented 7 years ago

This would make it easier to enable tryCatch() to take fine-grained control of input validation errors, further along the call stack.

egnha commented 7 years ago

Subsumed by #37