powered by
Condition object, to specify the condition in a dependency.
R6::R6Class object.
c = Condition$new(type, rhs)
type :: character(1) Name / type of the condition.
type
character(1)
rhs::any Right-hand-side of the condition.
rhs::any
test(function(x)) ??? -> logical(n) Checks if condition is satisfied. Called on a vector of parent param values.
test(function(x))
??? -> logical(n)
CondEqual$new(rhs) Parent must be equal to rhs.
CondEqual$new(rhs)
rhs
CondAnyOf$new(rhs) Parent must be any value of rhs.
CondAnyOf$new(rhs)