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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 URL: https://github.com/t-kalinowski/commafree BugReports: https://github.com/t-kalinowski/commafree/issues Repository: https://t-kalinowski.r-universe.dev Date/Publication: 2024-04-19 12:46:09 UTC RemoteUrl: https://github.com/t-kalinowski/commafree RemoteRef: HEAD RemoteSha: 817008bf87dcfcfe0b0498c3121a0d4b97b82cc7 NeedsCompilation: no Packaged: 2026-05-27 08:50:00 UTC; root Author: Tomasz Kalinowski [aut, cre] Maintainer: Tomasz Kalinowski