Package: erify 0.6.0

erify: Check Arguments and Generate Readable Error Messages

Provides several validator functions for checking if arguments passed by users have valid types, lengths, etc. and for generating informative and well-formatted error messages in a consistent style. Also provides tools for users to create their own validator functions. The error message style used is adopted from <https://style.tidyverse.org/error-messages.html>.

Authors:Renfei Mao

erify_0.6.0.tar.gz
erify_0.6.0.zip(r-4.7)erify_0.6.0.zip(r-4.6)erify_0.6.0.zip(r-4.5)
erify_0.6.0.tgz(r-4.6-any)erify_0.6.0.tgz(r-4.5-any)
erify_0.6.0.tar.gz(r-4.7-any)erify_0.6.0.tar.gz(r-4.6-any)
erify_0.6.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
erify/json (API)
NEWS

# Install 'erify' in R:
install.packages('erify', repos = c('https://flujoo.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/flujoo/erify/issues

Pkgdown/docs site:https://flujoo.github.io

On CRAN:

Conda:

error-handling

5.68 score 8 stars 4 packages 3 scripts 359 downloads 20 exports 1 dependencies

Last updated from:ae86e310b4. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK108
source / vignettesOK160
linux-release-x86_64OK93
macos-release-arm64OK111
macos-oldrel-arm64OK180
windows-develOK69
windows-releaseOK57
windows-oldrelOK62
wasm-releaseOK108

Exports:back_quotecheck_binary_classescheck_boolcheck_classcheck_classescheck_contentcheck_contentscheck_intervalcheck_intervalscheck_lengthcheck_lengthscheck_ncheck_positivecheck_stringcheck_typecheck_typesis_nis_stringjointhrow

Dependencies:glue

Check Arguments and Generate Readable Error Messages

Rendered fromerify.Rmdusingknitr::rmarkdownon May 24 2026.

Last update: 2022-10-04
Started: 2021-04-14