Package: assertthat Title: Easy Pre and Post Assertions Version: 0.2.1.9000 Authors@R: person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")) Description: An extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy, while also producing friendly error messages so that your users know what's gone wrong. License: GPL-3 URL: https://github.com/hadley/assertthat BugReports: https://github.com/hadley/assertthat/issues Imports: tools Suggests: testthat, covr RoxygenNote: 6.0.1 Collate: 'assert-that.r' 'on-failure.r' 'assertions-file.r' 'assertions-scalar.R' 'assertions.r' 'base.r' 'base-comparison.r' 'base-is.r' 'base-logical.r' 'base-misc.r' 'utils.r' 'validate-that.R' Repository: https://hadley.r-universe.dev Date/Publication: 2019-05-21 15:18:22 UTC RemoteUrl: https://github.com/hadley/assertthat RemoteRef: HEAD RemoteSha: 50dc4b0a8a8c91d1ef47366a8f534065c32530ba NeedsCompilation: no Packaged: 2026-05-25 09:34:42 UTC; root Author: Hadley Wickham [aut, cre] Maintainer: Hadley Wickham