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.5)erify_0.6.0.zip(r-4.4)erify_0.6.0.zip(r-4.3)
erify_0.6.0.tgz(r-4.5-any)erify_0.6.0.tgz(r-4.4-any)erify_0.6.0.tgz(r-4.3-any)
erify_0.6.0.tar.gz(r-4.5-noble)erify_0.6.0.tar.gz(r-4.4-noble)
erify_0.6.0.tgz(r-4.4-emscripten)erify_0.6.0.tgz(r-4.3-emscripten)
erify.pdf |erify.html
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 site:https://flujoo.github.io

On CRAN:

error-handling

5.62 score 7 stars 4 packages 3 scripts 326 downloads 20 exports 1 dependencies

Last updated 8 months agofrom:ae86e310b4. Checks:8 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 26 2025
R-4.5-winOKJan 26 2025
R-4.5-macOKJan 26 2025
R-4.5-linuxOKJan 26 2025
R-4.4-winOKJan 26 2025
R-4.4-macOKJan 26 2025
R-4.3-winOKJan 26 2025
R-4.3-macOKJan 26 2025

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 Jan 26 2025.

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