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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: