Static method asserting that a generic condition is true.
## Static method (use this):
## Assert$check(condition, message=NULL, ...)## Don't use the below:
# S3 method for Assert
check(static, condition, message=NULL, ...)
Returns (invisibly) TRUE
, or throws an exception.
Henrik Bengtsson
For more information see Assert
.