ovariable dependenciesChecks ovariable dependencies given in data.frame formatComputeDependencies(dependencies, forceEval = FALSE, indent = 0,
verbose = FALSE, new_code = FALSE, ...)data.frame that defines Fetch targets, usually taken from an ovariable's dependencies slotTRUE, forcibly re-evaluates existing instances of listed dependenciesCheck family, used internallyFALSE nullifies ComputeDependencies usage in ovariable formulasComputeDependencies uses Fetch, EvalOutput, CheckDecisions, CheckCollapse and CheckInput to load and pre-process
upstream variables. It is automatically called by EvalOutput, but can be seen on the first lines of old ovariable formula code,
to avoid applying decisions, inputs and optimizations twice in old code the function does nothing by default. This is no
problem since users should not be calling this function at all.
ComputeDependencies also does most of the exception handling in the recursive ovariable model.
See also: