krlmlr/condition: Functions to Create and Check Condition Objects

R has a condition system, but misses basic functions for creating condition objects and checking inheritance. (No, structure() and inherits() don't count.) The functions and classes in this package allow the simple creation of custom condition objects and even the definition of own condition class hierarchies.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1
URL http://krlmlr.github.io/condition
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("krlmlr/condition")
krlmlr/condition documentation built on May 20, 2019, 6:16 p.m.