Package: commafree
Title: Call Functions Without Commas Between Arguments
Version: 0.1.0
Authors@R: 
    person("Tomasz", "Kalinowski",
           email = "kalinowskit@gmail.com",
           role = c("aut", "cre"))
Description: Provides the "comma-free call" operator: '%(%'. Use it to call a
    function without commas between the arguments. Just replace the '('
    with '%(%' in a function call, supply your arguments as standard R
    expressions enclosed by '{ }', and be free of commas (for that call).
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.1
URL: https://github.com/t-kalinowski/commafree
BugReports: https://github.com/t-kalinowski/commafree/issues
NeedsCompilation: no
Packaged: 2022-11-10 14:10:19 UTC; tomasz
Author: Tomasz Kalinowski [aut, cre]
Maintainer: Tomasz Kalinowski <kalinowskit@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-11 10:40:05 UTC
Built: R 4.1.3; ; 2022-11-14 12:20:28 UTC; windows
