Provides tools for creating and using lenses to simplify data manipulation. Lenses are composable getter/setter pairs for working with data in a purely functional way. Inspired by the 'Haskell' library 'lens' (Kmett, 2012) <https://hackage.haskell.org/package/lens>. For a fairly comprehensive (and highly technical) history of lenses please see the 'lens' wiki <https://github.com/ekmett/lens/wiki/History-of-Lenses>.
Version: | 0.0.3 |
Imports: | magrittr, tidyselect, rlang |
Suggests: | testthat |
Published: | 2019-03-06 |
Author: | Chris Hammill [aut, cre, trl], Ben Darwin [aut, trl] |
Maintainer: | Chris Hammill <cfhammill at gmail.com> |
BugReports: | https://github.com/cfhammill/lenses/issues |
License: | MIT + file LICENSE |
URL: | http://cfhammill.github.io/lenses, https://github.com/cfhammill/lenses |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | lenses results |
Reference manual: | lenses.pdf |
Package source: | lenses_0.0.3.tar.gz |
Windows binaries: | r-devel: lenses_0.0.3.zip, r-release: lenses_0.0.3.zip, r-oldrel: lenses_0.0.3.zip |
macOS binaries: | r-release: lenses_0.0.3.tgz, r-oldrel: lenses_0.0.3.tgz |
Please use the canonical form https://CRAN.R-project.org/package=lenses to link to this page.