Skip to content

Commit

Permalink
docs: fix description for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
arbelt committed Dec 6, 2024
1 parent aed8022 commit c338de7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion man/tinylens-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c338de7

Please sign in to comment.