Package: nofrills
Type: Package
Title: Low-Cost Anonymous Functions
Version: 0.3.1
Authors@R: person("Eugene", "Ha", , "eha@posteo.de", c("aut", "cre"))
Description: Provides a compact variation of the usual syntax of function
  declaration, in order to support tidyverse-style quasiquotation of a
  function's arguments and body.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 3.1.0)
Imports: rlang (>= 0.2.0)
Suggests: testthat, dplyr (>= 0.7.0)
URL: https://github.com/egnha/nofrills
BugReports: https://github.com/egnha/nofrills/issues
Collate: 'nofrills.R' 'closure.R' 'exprs.R' 'fn.R' 'as-fn.R'
        'make-fn-aware.R' 'curry.R'
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2021-01-08 18:01:33 UTC; eha
Author: Eugene Ha [aut, cre]
Maintainer: Eugene Ha <eha@posteo.de>
Repository: CRAN
Date/Publication: 2021-01-08 19:50:05 UTC
