Skip to content
New issue

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

Exception handling for modules/packages #141

Closed
anthonysena opened this issue Jun 6, 2024 · 0 comments · Fixed by #149
Closed

Exception handling for modules/packages #141

anthonysena opened this issue Jun 6, 2024 · 0 comments · Fixed by #149
Milestone

Comments

@anthonysena
Copy link
Collaborator

At the moment it is difficult to detect errors in a module/package since some packages use tryCatch to perform error handling which may mask actual issues vs. expected ones. We may be able to use purrr's functionality for safely handling and logging errors in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant