Package: assert Title: Validate Function Arguments Version: 1.1.0 Authors@R: person(given = "Olivier", family = "Binette", role = c("aut", "cre", "cph"), email = "olivier.binette@gmail.com") Description: Lightweight validation tool for checking function arguments and validating data analysis scripts. This is an alternative to stopifnot() from the 'base' package and to assert_that() from the 'assertthat' package. It provides more informative error messages and facilitates debugging. Imports: URL: https://github.com/OlivierBinette/assert BugReports: https://github.com/OlivierBinette/assert/issues License: GPL (>= 2) Encoding: UTF-8 ByteCompile: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Repository: https://olivierbinette.r-universe.dev Date/Publication: 2024-12-24 21:29:09 UTC RemoteUrl: https://github.com/olivierbinette/assert RemoteRef: HEAD RemoteSha: 1f0ce4d02af9972c676b2db5747535d0ee7ddb39 NeedsCompilation: no Packaged: 2026-06-16 09:38:37 UTC; root Author: Olivier Binette [aut, cre, cph] Maintainer: Olivier Binette