https://github.com/ramhiser/retry
R Package to Retry Any Function
https://github.com/ramhiser/retry
Last synced: 4 months ago
JSON representation
R Package to Retry Any Function
- Host: GitHub
- URL: https://github.com/ramhiser/retry
- Owner: ramhiser
- License: mit
- Created: 2016-03-28T00:55:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T02:51:37.000Z (over 9 years ago)
- Last Synced: 2025-06-01T07:19:52.268Z (6 months ago)
- Language: R
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ramhiser/retry - R Package to Retry Any Function (R)
README
# retry
R Package to Retry Any Function
## Config Options
* Number of Retries
* Max Runtime of Retries
* Time between Retries
## Installation
You can install the stable version on [CRAN](http://cran.r-project.org/package=retry):
```r
install.packages('retry', dependencies=TRUE)
```
If you prefer to download the latest version, instead run the following after
installing [devtools](https://github.com/hadley/devtools):
```r
devtools::install_github('ramhiser/retry')
```
## License
The `retry` R package is licensed under the
[MIT License](http://opensource.org/licenses/MIT) and is freely available for
commercial and non-commerical usage. Please consult the licensing terms in the
`LICENSE` file for more details.