statisfactions / simpr

Tidyverse-friendly simulations and power analysis
42 stars 6 forks source link

Use tidyverse-style error handling #44

Closed statisfactions closed 3 months ago

statisfactions commented 3 years ago

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 commented 3 months ago

I have way more high-priority things to tackle, and this issue is poorly defined. Closing for now.