Thomas Friedrichsmeier
2018-11-06 17:20:02 UTC
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-***@kde.org
Reporter: ***@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.
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-***@kde.org
Reporter: ***@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.
You are receiving this mail because:
You are the assignee for the bug.