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.5)gestalt_0.2.0.zip(r-4.4)gestalt_0.2.0.zip(r-4.3)
gestalt_0.2.0.tgz(r-4.4-any)gestalt_0.2.0.tgz(r-4.3-any)
gestalt_0.2.0.tar.gz(r-4.5-noble)gestalt_0.2.0.tar.gz(r-4.4-noble)
gestalt_0.2.0.tgz(r-4.4-emscripten)gestalt_0.2.0.tgz(r-4.3-emscripten)
gestalt.pdf |gestalt.html✨
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 2 years agofrom:478c5807f3. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
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 |