# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tinylens" in publications use:' type: software license: MIT title: 'tinylens: Minimal Implementation of Functional Lenses' version: 0.1.0 doi: 10.32614/CRAN.package.tinylens abstract: 'Provides utilities to create and use lenses to simplify data manipulation. Lenses are composable getter/setter pairs that provide a functional approach to manipulating deeply nested data structures, e.g., elements within list columns in data frames. The implementation is based on the earlier ''lenses'' R package , which was inspired by the Haskell ''lens'' package by Kmett (2012) , one of the most widely referenced implementations of lenses. For additional background and history on the theory of lenses, see the ''lens'' package wiki: .' authors: - family-names: Wang given-names: Albert email: albert_z_wang@harvard.edu repository: https://CRAN.R-project.org/package=tinylens repository-code: https://github.com/arbelt/tinylens url: https://github.com/arbelt/tinylens date-released: '2024-12-09' contact: - family-names: Wang given-names: Albert email: albert_z_wang@harvard.edu