Package: trampoline
Title: Make Functions that Can Recurse Infinitely
Version: 0.1.1
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 <https://gitlab.com/ferreum/trampoline>.
License: MIT + file LICENSE
Encoding: UTF-8
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
NeedsCompilation: no
Packaged: 2022-01-04 20:07:00 UTC; rdinn
Author: Russell Dinnage [aut, cre, cph]
    (<https://orcid.org/0000-0003-0846-2819>)
Maintainer: Russell Dinnage <r.dinnage@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-04 20:40:02 UTC
Built: R 4.0.5; ; 2022-01-25 00:24:43 UTC; unix
