Package: erify
Type: Package
Title: Check Arguments and Generate Readable Error Messages
Version: 0.4.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.1
Imports: glue
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-10-04 12:12:47 UTC; flujoo
Repository: CRAN
Date/Publication: 2022-10-04 12:30:07 UTC
Built: R 4.1.2; ; 2022-10-05 10:25:57 UTC; unix
