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.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'))

Peer review:

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

On CRAN:

error-handling

20 exports 7 stars 2.02 score 1 dependencies 4 dependents 3 scripts 395 downloads

Last updated 3 months agofrom:ae86e310b4. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 29 2024
R-4.5-winOKAug 29 2024
R-4.5-linuxOKAug 29 2024
R-4.4-winOKAug 29 2024
R-4.4-macOKAug 29 2024
R-4.3-winOKAug 29 2024
R-4.3-macOKAug 29 2024

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 Aug 29 2024.

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