Package: nofrills
Type: Package
Title: Low-Cost Anonymous Functions
Version: 0.3.2
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
ByteCompile: true
Depends: R (>= 3.3.0)
Imports: rlang (>= 1.0.0)
Suggests: testthat (>= 3.0.0), 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.2
Config/testthat/edition: 2
NeedsCompilation: no
Packaged: 2022-02-03 12:49:07 UTC; eha
Author: Eugene Ha [aut, cre]
Maintainer: Eugene Ha <eha@posteo.de>
Repository: CRAN
Date/Publication: 2022-02-03 13:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 04:15:26 UTC; unix
