Learn R Programming

assert (version 1.0.1)

Validate Function Arguments

Description

Lightweight validation tool for checking function arguments and validating data analysis scripts. This is an alternative to stopifnot() from the 'base' package and to assert_that() from the 'assertthat' package. It provides more informative error messages and facilitates debugging.

Copy Link

Version

Install

install.packages('assert')

Monthly Downloads

479

Version

1.0.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Olivier Binette

Last Published

November 28th, 2020

Functions in assert (1.0.1)

assert

Assertions and Argument Validation