Package: erify
Type: Package
Title: Check Arguments and Generate Readable Error Messages
Version: 0.2.0
Author: Renfei Mao
Maintainer: Renfei Mao <renfeimao@gmail.com>
Description: Provides several validator functions to check if arguments passed
    by users have valid types, lengths, etc., and if not, to generate
    informative and good-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.1.1
Imports: glue, knitr, magrittr, rlang, rstudioapi
Suggests: rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-04-28 07:22:53 UTC; flujoo
Repository: CRAN
Date/Publication: 2021-04-28 07:40:02 UTC
