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>.
Package details |
|
---|---|
Maintainer | |
License | MIT + file LICENSE |
Version | 0.1.1.9000 |
URL | https://github.com/rdinnager/trampoline https://rdinnager.github.io/trampoline/ |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.