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
x
is aCondaEnvSlot
object. Otherwise, can be used to passdo.check
argument.- do.check
whether to call check functions. Does not apply when
x
is aCondaEnvSlot
object.
Value
TRUE
or FALSE
or a logical named vector when x
is a CondaEnvManager object (one element per
method)