Package: tidyassert Title: Tidy assertions Version: 0.3.4 Authors@R: c( person(given = "Anthony", family = "North", role = c("aut", "cre"), email = "anthony.north@qfes.qld.gov.au"), person(given = "Queensland Fire and Emergency Services", role = c("cph", "fnd"))) Description: A re-imagining of stopifnot() with rlang::abort(). Provides an api for simple input (and output) validation with consistent error messages. License: MIT + file LICENSE URL: https://github.com/qfes/tidyassert BugReports: https://github.com/qfes/tidyassert/issues Depends: R (>= 3.3.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Imports: cli, rlang (>= 1.0.0) Repository: https://anthonynorth.r-universe.dev Date/Publication: 2022-03-13 11:22:53 UTC RemoteUrl: https://github.com/qfes/tidyassert RemoteRef: HEAD RemoteSha: 20a01266d84472497e0f22c65262083c87994694 NeedsCompilation: no Packaged: 2026-06-13 09:44:15 UTC; root Author: Anthony North [aut, cre], Queensland Fire and Emergency Services [cph, fnd] Maintainer: Anthony North