Package: trampoline Title: Make Functions that Can Recurse Infinitely Version: 0.1.1.9000 Authors@R: person("Russell", "Dinnage", , "r.dinnage@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-0846-2819")) Description: Implements a trampoline algorithm for R that let's users write recursive functions that get around R's stack call limitations, enabling theoretically infinite recursion. The algorithm is based around generator function as implemented in the 'coro' package, and is based almost completely on the 'trampoline' module from Python . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Imports: coro, fastmap, rlang (>= 0.1.2) Suggests: rmarkdown, knitr, bench, testthat (>= 3.0.0), roxygen2 VignetteBuilder: knitr URL: https://github.com/rdinnager/trampoline, https://rdinnager.github.io/trampoline/ Config/testthat/edition: 3 Repository: https://rdinnager.r-universe.dev Date/Publication: 2022-01-25 15:17:39 UTC RemoteUrl: https://github.com/rdinnager/trampoline RemoteRef: HEAD RemoteSha: b94fbd5757ce16b7335d24dd3fea5b5e0e92bb46 NeedsCompilation: no Packaged: 2026-06-13 10:19:24 UTC; root Author: Russell Dinnage [aut, cre, cph] (ORCID: ) Maintainer: Russell Dinnage