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-de...@kde.org Reporter: thomas.friedrichsme...@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 watching all bug changes.