Package: chk Title: Check User-Supplied Function Arguments Version: 0.10.0.9027 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("Kirill", "Müller", role = "aut", comment = c(ORCID = "0000-0002-1416-3412")), person("Ayla", "Pearson", role = "aut", comment = c(ORCID = "0000-0001-7388-1222")), person("Florencia", "D'Andrea", role = "ctb"), person("Nadine", "Hussein", , "nadine@poissonconsulting.ca", role = "ctb", comment = c(ORCID = "0000-0003-4470-8361")), person("Evan", "Amies-Galonski", , "evanamiesgalonski@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-1096-2089")), person("Stefano", "Mezzini", , "stefano@poissonconsulting.ca", role = "ctb", comment = c(ORCID = "0000-0001-8551-7436")), person("Poisson Consulting", role = c("cph", "fnd")) ) Description: For developers to check user-supplied function arguments. It is designed to be simple, fast and customizable. Error messages follow the tidyverse style guide. License: MIT + file LICENSE URL: https://github.com/poissonconsulting/chk, https://poissonconsulting.github.io/chk/ BugReports: https://github.com/poissonconsulting/chk/issues/ Depends: R (>= 4.1) Imports: lifecycle, methods, rlang, tools Suggests: covr, knitr, R6, rmarkdown, S7, testthat (>= 3.0.0), withr VignetteBuilder: knitr RdMacros: lifecycle Config/gha/extra-packages: testthat=?ignore-before-r=4.1.0, rmarkdown=?ignore-before-r=4.1.0 Config/Needs/website: poissonconsulting/poissontemplate Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0.9000 Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-06-29 20:04:36 UTC RemoteUrl: https://github.com/poissonconsulting/chk RemoteRef: HEAD RemoteSha: 580d6161f77cc0e4899c8f43e4723d393315285c NeedsCompilation: no Packaged: 2026-06-29 21:26:21 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), Kirill Müller [aut] (ORCID: ), Ayla Pearson [aut] (ORCID: ), Florencia D'Andrea [ctb], Nadine Hussein [ctb] (ORCID: ), Evan Amies-Galonski [ctb] (ORCID: ), Stefano Mezzini [ctb] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Joe Thorley