Provides a suite of function-building tools centered around a (forward) composition operator, %>>>%, which extends the semantics of the 'magrittr' %>% operator and supports 'Tidyverse' quasiquotation. It enables you to construct composite functions that can be inspected and transformed as list-like objects. In conjunction with %>>>%, a compact function constructor, fn(), and a partial-application constructor, partial(), are also provided; both support quasiquotation.
Version: | 0.2.0 |
Depends: | R (≥ 3.3.0) |
Imports: | rlang (≥ 1.0.0), utils |
Suggests: | magrittr (≥ 1.5), testthat (≥ 3.0.0), knitr, rmarkdown |
Published: | 2022-08-22 |
DOI: | 10.32614/CRAN.package.gestalt |
Author: | Eugene Ha [aut, cre] |
Maintainer: | Eugene Ha <eha at posteo.de> |
BugReports: | https://github.com/egnha/gestalt/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/egnha/gestalt |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | gestalt results |
Reference manual: | gestalt.pdf |
Vignettes: |
Introduction to gestalt |
Package source: | gestalt_0.2.0.tar.gz |
Windows binaries: | r-devel: gestalt_0.2.0.zip, r-release: gestalt_0.2.0.zip, r-oldrel: gestalt_0.2.0.zip |
macOS binaries: | r-release (arm64): gestalt_0.2.0.tgz, r-oldrel (arm64): gestalt_0.2.0.tgz, r-release (x86_64): gestalt_0.2.0.tgz, r-oldrel (x86_64): gestalt_0.2.0.tgz |
Old sources: | gestalt archive |
Please use the canonical form https://CRAN.R-project.org/package=gestalt to link to this page.