# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "lisp" in publications use:' type: software license: GPL-2.0-or-later title: 'lisp: List-Processing à La ''SRFI-1''' version: '0.2' doi: 10.32614/CRAN.package.lisp abstract: Provides list-processing utilities inspired by the 'SRFI-1' list library for Scheme (), including car/cdr family accessors, zip, pairwise, for.each, pair.fold.right and friends. Higher-order helpers that are orthogonal to list processing are deferred to the 'functional' package; this package is freely a mixture of implementation and API. authors: - family-names: Danenberg given-names: Peter email: pcd@roxygen.org repository: https://klutometis.r-universe.dev repository-code: https://github.com/klutometis/R-lisp commit: e17e7ef099a2201ffb16ae76a00cf23db4dff44b url: https://github.com/klutometis/R-lisp date-released: '2026-06-13' contact: - family-names: Danenberg given-names: Peter email: pcd@roxygen.org