[rkward] [Bug 400755] New: Factor levels are displayed sorted by string sort, instead of numeric sort of levels.

Thomas Friedrichsmeier bugzilla_noreply at kde.org
Tue Nov 6 17:20:02 GMT 2018


https://bugs.kde.org/show_bug.cgi?id=400755

            Bug ID: 400755
           Summary: Factor levels are displayed sorted by string sort,
                    instead of numeric sort of levels.
           Product: rkward
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: User Interface
          Assignee: rkward-devel at kde.org
          Reporter: thomas.friedrichsmeier at ruhr-uni-bochum.de
  Target Milestone: ---

To reproduce:
 x <- data.frame(a=letters)
 rk.edit(x)
 [click on a cell in the table]
Factor levels are shown "1:a" followed by "10:j".

Likely cause is that we are storing the level key as a string.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the rkward-devel mailing list