Package: erify
Type: Package
Title: Check Arguments and Generate Readable Error Messages
Version: 0.6.0
Author: Renfei Mao
Maintainer: Renfei Mao <renfeimao@gmail.com>
Description: 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>.
License: MIT + file LICENSE
URL: https://github.com/flujoo/erify, https://flujoo.github.io/erify/
Encoding: UTF-8
RoxygenNote: 7.2.2
Imports: glue
Roxygen: list(markdown = TRUE)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Built: R 4.4.0; ; 2024-04-29 23:40:25 UTC; unix
