Closed rgrannell1 closed 9 years ago
Kea should never throw naked exceptions, but function matching currently throws the following:
xAllOf('a', 'a')
Error in get(as.character(FUN), mode = "function", envir = envir) : object 'a' of mode 'function' was not found
Closed in v0.76.0; now throws lovely error messages.
Kea should never throw naked exceptions, but function matching currently throws the following: