Package: commafree
Title: Call Functions Without Commas Between Arguments
Version: 0.2.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: 2024-04-19 12:48:16 UTC; tomasz
Author: Tomasz Kalinowski [aut, cre]
Maintainer: Tomasz Kalinowski <kalinowskit@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-19 13:12:43 UTC
Built: R 4.5.0; ; 2025-04-01 05:31:35 UTC; unix
