[kepler-dev] [Bug 4272] New: - RExpression cannot handle irregular Record tokens

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Jul 27 13:10:19 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4272

           Summary: RExpression cannot handle irregular Record tokens
           Product: Kepler
           Version: 1.x dev
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: actors
        AssignedTo: berkley at nceas.ucsb.edu
        ReportedBy: soong at nceas.ucsb.edu
         QAContact: kepler-dev at kepler-project.org


If I pass a record along the lines of {a = 1, b = {2, 3}} into an RExpression,
it will choke since it can't form a data.frame out of this.  A fallback would
be to create list(a = 1, b = c(2, 3)).  From what I understand about Records,
the whole Record = data.frame thing isn't entirely appropriate in the first
place.


More information about the Kepler-dev mailing list