[kepler-dev] [Bug 3963] New: - RExpression2 - support mixed lists output from R
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Apr 7 14:59:52 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3963
Summary: RExpression2 - support mixed lists output from R
Product: Kepler
Version: 1.x dev
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: actors
AssignedTo: leinfelder at nceas.ucsb.edu
ReportedBy: leinfelder at nceas.ucsb.edu
QAContact: kepler-dev at kepler-project.org
CC: soong at nceas.ucsb.edu
The RExpression2 actor does not preserve the type of the elements in the
following R snippet:
list(1, "b", 3)
The token generated is:
{{"1.0"}, {"b"}, {"3.0"}}
Which is an Array of String Arrays rather than an array of mixed arrays.
We should preserve as much type information as possible when generating output
tokens
More information about the Kepler-dev
mailing list