Get the validity of conda environment's components. Best used on a CondaEnvManager or a CondaEnv object.
Usage
isValid(x, ...)
# S4 method for class 'CondaEnvSlot'
isValid(x, ...)
# S4 method for class 'CondaEnv'
isValid(x, do.check = FALSE, ...)
# S4 method for class 'CondaEnvManager'
isValid(x, ...)Arguments
- x
a CondaEnvManager, a CondaEnv object or a sub element of it of class
CondaEnvSlot.- ...
ignored when
xis aCondaEnvSlotobject. Otherwise, can be used to passdo.checkargument.- do.check
whether to call check functions. Does not apply when
xis aCondaEnvSlotobject.
Value
TRUE or FALSE or a logical named vector when x
is a CondaEnvManager object (one element per
method)
