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 Repository: https://randy3k.r-universe.dev Date/Publication: 2024-01-22 23:58:22 UTC RemoteUrl: https://github.com/randy3k/retry RemoteRef: HEAD RemoteSha: 59e5a444c56bd0482a426d5670bb3a7d28449557 NeedsCompilation: no Packaged: 2026-05-28 10:12:39 UTC; root Author: Randy Lai [aut, cre] Maintainer: Randy Lai