vis.step_failure_ignored {immunarch} | R Documentation |
Handler for .nofail argument of pipeline steps that prevents examples from crashing on computers where certain dependencies are not installed
Description
Handler for .nofail argument of pipeline steps that prevents examples from crashing on computers where certain dependencies are not installed
Usage
## S3 method for class 'step_failure_ignored'
vis(.data, ...)
Arguments
.data |
Not used here. |
... |
Not used here. |
Value
An empty object with "step_failure_ignored" class.
[Package immunarch version 0.9.1 Index]