ArgumentCheck: Improved Communication to Users with Respect to Problems in Function Arguments

The typical process of checking arguments in functions is iterative. In this process, an error may be returned and the user may fix it only to receive another error on a different argument. 'ArgumentCheck' facilitates a more helpful way to perform argument checks allowing the programmer to run all of the checks and then return all of the errors and warnings in a single message.

Package details

AuthorBenjamin Nutter
MaintainerBenjamin Nutter <benjamin.nutter@gmail.com>
LicenseGPL-3
Version0.10.2
URL https://github.com/nutterb/ArgumentCheck
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("ArgumentCheck")

Try the ArgumentCheck package in your browser

Any scripts or data that you put into this service are public.

ArgumentCheck documentation built on May 2, 2019, 9:15 a.m.