flujoo/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>.

Getting started

Package details

AuthorRenfei Mao
MaintainerRenfei Mao <renfeimao@gmail.com>
LicenseMIT + file LICENSE
Version0.6.0
URL https://github.com/flujoo/erify https://flujoo.github.io/erify/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("flujoo/erify")
flujoo/erify documentation built on July 2, 2024, 1:18 a.m.