Description Usage Arguments Details Value Author(s)
View source: R/ComputeDependencies.r
Fetches, evaluates and Check
s ovariable
dependencies given in data.frame format
1 2 | ComputeDependencies(dependencies, forceEval = FALSE, indent = 0,
verbose = FALSE, ...)
|
dependencies |
|
forceEval |
if |
indent |
verbose print assist for the |
verbose |
TRUE to enable status message printing assists (line breaks) and status messages for other function calls |
... |
arguments to pass on to the various recursive checks and evaluations |
ComputeDependencies
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: http://en.opasnet.org/
No return value
T. Rintala teemu.rintala.a@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.