Package: arg Type: Package Title: Clean and Simple Argument Checking Version: 0.2.0.9001 Authors@R: person("Noah", "Greifer", role = c("aut", "cre"), email = "noah.greifer@gmail.com", comment = c(ORCID="0000-0003-3067-7154")) Description: Checks function arguments, ideally for use in R packages. Uses a simple interface and produces clean, informative error messages using 'cli'. Depends: R (>= 4.1.0) Imports: rlang (>= 1.2.0), cli (>= 3.6.4), stats, utils License: GPL (>=2) Encoding: UTF-8 URL: https://ngreifer.github.io/arg/, https://github.com/ngreifer/arg BugReports: https://github.com/ngreifer/arg/issues Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://ngreifer.r-universe.dev Date/Publication: 2026-07-22 20:05:21 UTC RemoteUrl: https://github.com/ngreifer/arg RemoteRef: HEAD RemoteSha: 33de7d3c04f5602b0a3c00e8745112a3816cf176 NeedsCompilation: no Packaged: 2026-07-22 20:16:40 UTC; root Author: Noah Greifer [aut, cre] (ORCID: ) Maintainer: Noah Greifer