Actions
Bug #2375
closedRExpression support for nil tokens
Start date:
03/01/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2375
Description
Missing values support is being added to Kepler/Ptolemy by use of 'nil' values.
The RExpression actor needs to be able to handle 'nils' and convert to R 'NA'
values.
Updated by Dan Higgins over 18 years ago
RExpression actor has already been modified to handle nils on input ports. (This
occurs thru the use of a 'nil' -> 'NA' conversion based on string substitution
(since all input conversion is thru strings).
Currently (3/1/2005) conversion of output (NA -> nil) needs to be handled.
Updated by Dan Higgins over 18 years ago
for array outputs from RExpression actor, the 'NA' values are converted to 'nil'
values in current version (1Mar2006). Strings, doubles not yet handled correctly.
Updated by Dan Higgins over 18 years ago
RExpression actor support for nils has been completed
Actions