# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "trampoline" in publications use:' type: software license: MIT title: 'trampoline: Make Functions that Can Recurse Infinitely' version: 0.1.1 doi: 10.32614/CRAN.package.trampoline abstract: 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 . authors: - family-names: Dinnage given-names: Russell email: r.dinnage@gmail.com orcid: https://orcid.org/0000-0003-0846-2819 repository: https://cranhaven.r-universe.dev repository-code: https://github.com/rdinnager/trampoline commit: 23314457c99f29c0fb93e3b33cce758f5b031679 url: https://rdinnager.github.io/trampoline/ date-released: '2022-01-04' contact: - family-names: Dinnage given-names: Russell email: r.dinnage@gmail.com orcid: https://orcid.org/0000-0003-0846-2819