-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improvements to RETRY (#404) * Add new `terminate_on` parameter that allows status_codes that prevent retries to be specified; * Catch error conditions using `tryCatch` and retry if they occur. * Coding style fix * Fix for R CMD check Since the example raises an error condition, need to place in a `contest` block. * Fix logic error * Incorporating comments * Small comment adjustment * Update documentation * Improve parameter documentation * Improve message output for error conditions * Added NEWS entry and small update to retry message (Fixes #404) * Fix comment * Updated comment
- Loading branch information
Showing
3 changed files
with
66 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.