Package: gestalt 0.2.0
gestalt: Tools for Making and Combining Functions
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.
Authors:
gestalt_0.2.0.tar.gz
gestalt_0.2.0.zip(r-4.7)gestalt_0.2.0.zip(r-4.6)gestalt_0.2.0.zip(r-4.5)
gestalt_0.2.0.tgz(r-4.6-any)gestalt_0.2.0.tgz(r-4.5-any)
gestalt_0.2.0.tar.gz(r-4.7-any)gestalt_0.2.0.tar.gz(r-4.6-any)
gestalt_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gestalt/json (API)
NEWS
| # Install 'gestalt' in R: |
| install.packages('gestalt', repos = c('https://egnha.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/egnha/gestalt/issues
anonymous-functionsfunction-compositionpartial-applicationquasiquotation
Last updated from:478c5807f3. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 122 | ||
| source / vignettes | OK | 165 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | OK | 124 | ||
| macos-oldrel-arm64 | OK | 109 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 99 | ||
| windows-oldrel | OK | 73 | ||
| wasm-release | OK | 98 |
Exports:%>>>%composeconstantdepartialfnfn_letpartialposurerunvariable
Dependencies:rlang
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compose Functions | %>>>% compose |
| Values as Functions | constant variable |
| Run an Action in an Ordered Context | context let run |
| Function Declarations with Quasiquotation | fn fn_ |
| Fix a Number of Arguments to a Function | departial partial |
| Variable Composite Functions | posure |
