Package: gestalt
Title: Tools for Making and Combining Functions
Version: 0.1.5
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 function that performs partial application, 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.1.0)
Imports: rlang (>= 0.2.0), utils
Suggests: magrittr (>= 1.5), dplyr (>= 0.7.5), testthat (>= 2.0.0),
        knitr, rmarkdown
Collate: 'gestalt.R' 'utils.R' 'compose.R' 'constant.R' 'partial.R'
        'fn.R' 'context.R' 'posure.R'
RoxygenNote: 6.1.0
VignetteBuilder: knitr
Encoding: UTF-8
ByteCompile: true
NeedsCompilation: no
Packaged: 2018-11-06 07:44:38 UTC; eha
Author: Eugene Ha [aut, cre]
Maintainer: Eugene Ha <eha@posteo.de>
Repository: CRAN
Date/Publication: 2018-11-06 08:40:02 UTC
