Package: nofrills
Type: Package
Title: Low-Cost Anonymous Functions
Version: 0.3.0
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.1.2)
Suggests: testthat, dplyr (>= 0.7.0)
URL: https://github.com/egnha/nofrills
BugReports: https://github.com/egnha/nofrills/issues
Collate: 'nofrills.R' 'exprs.R' 'fn.R' 'as-fn.R' 'make-fn-aware.R'
        'curry.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-21 07:49:47 UTC; eha
Author: Eugene Ha [aut, cre]
Maintainer: Eugene Ha <eha@posteo.de>
Repository: CRAN
Date/Publication: 2018-01-21 08:14:22 UTC
