Package: retry
Type: Package
Title: Repeated Evaluation
Version: 0.1.1
Date: 2024-01-22
Authors@R: 
    c(person(given = "Randy",
             family = "Lai",
             role = c("aut", "cre"),
             email = "randy.cs.lai@gmail.com"))
Description: Provide simple mechanism to repeatedly evaluate an expression until either it succeeds or timeout exceeded. It is useful in situations that random failures could happen.
License: MIT + file LICENSE
URL: https://github.com/randy3k/retry
Encoding: UTF-8
RoxygenNote: 7.3.0
Suggests: testthat (>= 2.1.0), covr
Imports: rlang, later
NeedsCompilation: no
Packaged: 2024-01-22 23:58:37 UTC; randylai
Author: Randy Lai [aut, cre]
Maintainer: Randy Lai <randy.cs.lai@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-23 00:30:03 UTC
Built: R 4.4.3; ; 2025-10-08 01:38:07 UTC; windows
