CRAN/E | trampoline

trampoline

Make Functions that Can Recurse Infinitely

Installation

About

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 .

github.com/rdinnager/trampoline
rdinnager.github.io/trampoline/

Key Metrics

Version 0.1.1
Published 2022-01-04 853 days ago
Needs compilation? no
License MIT
License File
CRAN checks trampoline results

Downloads

Yesterday 2 0%
Last 7 days 40 -39%
Last 30 days 157 -5%
Last 90 days 434 -33%
Last 365 days 2.073 -9%

Maintainer

Maintainer

Russell Dinnage

r.dinnage@gmail.com

Authors

Russell Dinnage

aut / cre / cph

Material

README
NEWS
Reference manual
Package source

Vignettes

Trampolining in R

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

trampoline archive

Imports

coro
fastmap
rlang ≥ 0.1.2

Suggests

rmarkdown
knitr
bench
testthat ≥ 3.0.0
roxygen2