Package: trampoline 0.1.1
trampoline: Make Functions that Can Recurse Infinitely
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 <https://gitlab.com/ferreum/trampoline>.
Authors:
trampoline_0.1.1.tar.gz
trampoline_0.1.1.zip(r-4.5)trampoline_0.1.1.zip(r-4.4)trampoline_0.1.1.zip(r-4.3)
trampoline_0.1.1.tgz(r-4.4-any)trampoline_0.1.1.tgz(r-4.3-any)
trampoline_0.1.1.tar.gz(r-4.5-noble)trampoline_0.1.1.tar.gz(r-4.4-noble)
trampoline_0.1.1.tgz(r-4.4-emscripten)trampoline_0.1.1.tgz(r-4.3-emscripten)
trampoline.pdf |trampoline.html✨
trampoline/json (API)
NEWS
# Install 'trampoline' in R: |
install.packages('trampoline', repos = c('https://cranhaven.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rdinnager/trampoline/issues
Last updated 5 days agofrom:23314457c9 (on package/trampoline). Checks:ERROR: 1 OK: 6. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | FAIL | Oct 25 2024 |
R-4.5-win | OK | Oct 25 2024 |
R-4.5-linux | OK | Oct 25 2024 |
R-4.4-win | OK | Oct 25 2024 |
R-4.4-mac | OK | Oct 25 2024 |
R-4.3-win | OK | Oct 25 2024 |
R-4.3-mac | OK | Oct 25 2024 |
Exports:tramampolinetrambopolinetrampolinetrm_returntrm_tailcall
Trampolining in R
Rendered fromtampolining.Rmd
usingknitr::rmarkdown
on Oct 25 2024.Last update: 2024-10-25
Started: 2024-10-25
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Make a trampoline. | tramampoline trambopoline trampoline |
Flag a return value | trm_return |
Flag a tail call | trm_tailcall |