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
- Version0.1.1
- R versionunknown
- LicenseMIT
- Licensefile LICENSE
- Needs compilation?No
- Last release01/04/2022
Documentation
Team
Russell Dinnage
Insights
Last 30 days
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Imports3 packages
- Suggests5 packages