Package: lisp
Type: Package
Encoding: UTF-8
Title: List-Processing à La 'SRFI-1'
Version: 0.2
Date: 2026-06-13
Authors@R: person(given = "Peter",
                  family = "Danenberg",
                  role = c("aut", "cre"),
                  email = "pcd@roxygen.org")
Description: Provides list-processing utilities inspired by the
    'SRFI-1' list library for Scheme
    (<https://srfi.schemers.org/srfi-1/srfi-1.html>), 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.
License: GPL (>= 2)
URL: https://github.com/klutometis/R-lisp
BugReports: https://github.com/klutometis/R-lisp/issues
LazyLoad: yes
Suggests: RUnit
Collate: 'lisp.R'
NeedsCompilation: no
Packaged: 2026-06-14 05:06:36 UTC; danenberg
Author: Peter Danenberg [aut, cre]
Maintainer: Peter Danenberg <pcd@roxygen.org>
Repository: CRAN
Date/Publication: 2026-06-15 10:50:12 UTC
