simpr icon indicating copy to clipboard operation
simpr copied to clipboard

Use tidyverse-style error handling

Open statisfactions opened this issue 4 years ago • 0 comments

Currently simpr uses purrr::safely and captures the error message as a string, but it's rather hard to actually debug the code and figure out where things went wrong. This added functionality may not help users that much (output may not be meaningful amidst the lambda functions) but it would at least make the package easier to debug for future development.

statisfactions avatar Sep 26 '21 14:09 statisfactions