Package: checkr Title: Check the Properties of Common R Objects Version: 0.5.0.9001 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("Evan", "Amies-Galonski", , "evan@poissonconsulting.ca", "ctb", comment = c(ORCID = "0000-0003-1096-2089")), person("Poisson Consulting", role = c("cph", "fnd")) ) Description: Expressive, assertive, pipe-friendly functions to check the properties of common R objects. In the case of failure the functions issue informative error messages. Superseded by the 'chk' package. License: MIT + file LICENSE URL: https://github.com/poissonconsulting/checkr, https://poissonconsulting.github.io/checkr/ BugReports: https://github.com/poissonconsulting/checkr/issues Depends: R (>= 3.5) Imports: err, lifecycle Suggests: assertthat, chk, checkmate, covr, datasets, magrittr, hms, dplyr, units, rlang, testthat, knitr, rmarkdown Remotes: poissonconsulting/err Encoding: UTF-8 RoxygenNote: 7.3.2 VignetteBuilder: knitr Language: en-CA Roxygen: list(markdown = TRUE) Config/Needs/website: poissonconsulting/poissontemplate Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-06-10 20:21:06 UTC RemoteUrl: https://github.com/poissonconsulting/checkr RemoteRef: HEAD RemoteSha: 31fe35ad921776198ab8bd0b4ef74345c847271e NeedsCompilation: no Packaged: 2026-06-10 20:34:27 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), Evan Amies-Galonski [ctb] (ORCID: ), Poisson Consulting [cph, fnd] Maintainer: Joe Thorley