-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ Title: Minimal Implementation of Functional Lenses | |
Version: 0.1.0 | ||
Authors@R: | ||
person("Albert", "Wang", , "[email protected]", role = c("aut", "cre", "cph")) | ||
Description: Provides a minimal implementation of functional lenses to facilitate | ||
the manipulation of nested data structures in a functional style. The | ||
implementation is inspired by the earlier 'lenses' package | ||
<https://github.com/cfhammill/lenses>, which was in turn based on the | ||
Haskell 'lens' package by Kmett (2012) | ||
<https://github.com/ekmett/lens>. 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. See the lens | ||
wiki for more information on lenses and the history of their development: | ||
their development: <https://github.com/ekmett/lens/wiki/History-of-Lenses>. | ||
Description: 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 <https://github.com/cfhammill/lenses>, | ||
which was inspired by the Haskell 'lens' package by Kmett (2012) | ||
<https://github.com/ekmett/lens>, one of the most widely referenced | ||
implementations of lenses. For additional background and history on the | ||
theory of lenses, see the 'lens' package wiki: | ||
<https://github.com/ekmett/lens/wiki/History-of-Lenses>. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.