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>.
Version: | 0.3.0 |
Depends: | R (≥ 4.1.0) |
Imports: | glue, knitr, rstudioapi |
Suggests: | rmarkdown |
Published: | 2021-05-30 |
Author: | Renfei Mao |
Maintainer: | Renfei Mao <renfeimao at gmail.com> |
License: | MIT + file LICENSE |
URL: | https://github.com/flujoo/erify, https://flujoo.github.io/erify/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | erify results |
Reference manual: | erify.pdf |
Vignettes: |
Check Arguments and Generate Readable Error Messages |
Package source: | erify_0.3.0.tar.gz |
Windows binaries: | r-devel: erify_0.3.0.zip, r-release: erify_0.3.0.zip, r-oldrel: erify_0.3.0.zip |
macOS binaries: | r-release (arm64): erify_0.3.0.tgz, r-oldrel (arm64): erify_0.3.0.tgz, r-release (x86_64): erify_0.3.0.tgz, r-oldrel (x86_64): erify_0.3.0.tgz |
Old sources: | erify archive |
Please use the canonical form https://CRAN.R-project.org/package=erify to link to this page.