Package: gestalt
Title: Tools for Making and Combining Functions
Version: 0.2.0
Authors@R: person("Eugene", "Ha", , "eha@posteo.de", c("aut", "cre"))
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/egnha/gestalt
BugReports: https://github.com/egnha/gestalt/issues
Depends: R (>= 3.3.0)
Imports: rlang (>= 1.0.0), utils
Suggests: magrittr (>= 1.5), testthat (>= 3.0.0), knitr, rmarkdown
Collate: 'gestalt.R' 'utils.R' 'closure.R' 'compose.R' 'constant.R'
        'partial.R' 'fn.R' 'context.R' 'posure.R'
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Encoding: UTF-8
ByteCompile: true
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-08-22 14:22:53 UTC; eha
Author: Eugene Ha [aut, cre]
Maintainer: Eugene Ha <eha@posteo.de>
Repository: CRAN
Date/Publication: 2022-08-22 15:00:02 UTC
Built: R 4.4.3; ; 2025-10-13 09:12:20 UTC; windows
