Enable Runtime Exceptions

enableRuntimeExceptions(object, enable, ...)

Arguments

object

a class object

enable

a boolean to enable exceptions

...

additional parameters

Examples

setMethod("enableRuntimeExceptions", "DormandPrince45", function(object, enable) { object@enableExceptions <- enable })
#> [1] "enableRuntimeExceptions"