# -------------------------------------------- # 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' 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://cran.r-universe.dev repository-code: https://github.com/klutometis/R-lisp commit: 70d020ecb8c696943bc57f0046768afbf25ad574 url: https://github.com/klutometis/R-lisp date-released: '2026-06-13' contact: - family-names: Danenberg given-names: Peter email: pcd@roxygen.org