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 function that performs partial application, partial(), are also provided. Both support quasiquotation.
| Version: | 0.1.8 |
| Imports: | rlang (≥ 0.3.1), utils |
| Suggests: | magrittr (≥ 1.5), dplyr (≥ 0.7.5), testthat (≥ 2.0.0), knitr, rmarkdown |
| Published: | 2019-06-27 |
| 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.1.8.tar.gz |
| Windows binaries: | r-devel: gestalt_0.1.8.zip, r-release: gestalt_0.1.8.zip, r-oldrel: gestalt_0.1.8.zip |
| macOS binaries: | r-release: gestalt_0.1.8.tgz, r-oldrel: gestalt_0.1.8.tgz |
| Old sources: | gestalt archive |
Please use the canonical form https://CRAN.R-project.org/package=gestalt to link to this page.