-
Jenise Swall recommended the following steps to improve
the installation from source:
1. Take the CD that the developer is about to release
to a freshly installed
("clean") linux box.
2. Download and install R into a non-standard location.
3. Log in as an "average" user (no superuser
permission, etc.). Copy
the appropriate tar files from the CD, and download any
needed libraries...
2004-03-28 05:42:57 UTC in MIMS Framework
-
Logged In: YES
user_id=106829
The Computed Iterator needs a way to transfer output
parameters from one realization to input parameters of the
next realization. For instance, if the iterand contains two
modules, A and B, where the first execution of A provides
values to the first execution of B which provides values to
the SECOND execution of A, etc.
As with the other iterators, the...
2004-02-09 20:31:03 UTC in MIMS Framework
-
To support simulations that may take a long time
(during which MIMS may be interrupted), we need to
support resuming scenario executions. The following
changes should be made:
* Add to the scenario an integer parameter called
"Scenario saving frequency (minutes, 0=off)". Set the
parameter to 0 by default.
* If that parameter exists and is nonzero when the
scenario is opened or if the...
2004-02-09 20:13:21 UTC in MIMS Framework
-
Logged In: YES
user_id=106829
Implement the following approach:
* When MIMS checks for input files before executing a
module, through a special exception (e.g.,
InputFileNotFound) if the file is not found (assuming we
don't already do that).
* Add to abstract iterator optional logging. If
AbstractIterator can add an input parameter, use one to turn
logging on and off. The log should...
2004-02-09 18:01:14 UTC in MIMS Framework
-
Logged In: YES
user_id=106829
The iterator already allows lists of input values to be
output. We should make sure this is documented.
2004-02-06 22:31:46 UTC in MIMS Framework
-
Logged In: YES
user_id=106829
Perhaps we shouldn't convert slashes that are in single or
double quotes. What do you think, Steve H.?.
2004-02-05 22:53:23 UTC in MIMS Framework
-
Logged In: YES
user_id=106829
Another option is for the user to manually specify the input
combinations they are interested in (e.g., for the example
above a chemical list [c1, c1, c2] and for years [yr1, yr2,
yr2]).
2004-02-04 13:50:20 UTC in MIMS Framework
-
Logged In: YES
user_id=106829
This request was originally attached to a different request
that was already closed. It has been listed separately here
so its status can be tracked.
2004-02-03 15:15:47 UTC in MIMS Framework
-
Logged In: YES
user_id=106829
Let's implement basic multi-line title/subtitle/footer first
and worry about the more flexible options later. The
application will be responsible for adjusting the layout if
necessary to make space for the text.
When I work with R directly I can use embed "\n" in a title
to have the text appear in multiple lines. Making that
feature available to...
2004-01-27 18:30:11 UTC in MIMS Framework
-
Logged In: YES
user_id=106829
The short-term fix is for DAVE to insert a new line
character (\n) into footer strings and to ensure that there
is enough space for long descriptions.
2004-01-22 18:46:41 UTC in MIMS Framework