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

2022-12-02 Thread Thomas Friedrichsmeier
https://bugs.kde.org/show_bug.cgi?id=400755

Thomas Friedrichsmeier  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1
 Status|NEEDSINFO   |CONFIRMED

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2022-12-01 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=400755

Justin Zobel  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #4 from Justin Zobel  ---
Thank you for reporting this issue in KDE software. As it has been a while
since this issue was reported, can we please ask you to see if you can
reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when
replying. Thank you!

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2018-11-06 Thread m . eik michalke
https://bugs.kde.org/show_bug.cgi?id=400755

m.eik michalke  changed:

   What|Removed |Added

 CC||m...@reaktanz.de

--- Comment #3 from m.eik michalke  ---
(In reply to Thomas Friedrichsmeier from comment #0)
> Likely cause is that we are storing the level key as a string.

also, R 3.5 now internally uses some automatic detection of the "best" sorting
algorithm to use for all kinds of things. i had to update unit test standards
in one of my packages because of this. sorting character values can depend on
the locale set, which if you ask me is a terrible idea if you need reliable
results.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2018-11-06 Thread Thomas Friedrichsmeier
https://bugs.kde.org/show_bug.cgi?id=400755

Thomas Friedrichsmeier  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REPORTED

--- Comment #2 from Thomas Friedrichsmeier 
 ---
Grr. Marked the wrong bug as fixed. Commit below was targeted at bug #380742 .

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2018-11-06 Thread Thomas Friedrichsmeier
https://bugs.kde.org/show_bug.cgi?id=400755

Thomas Friedrichsmeier  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/rkw
   ||ard/1a03828b813c0fb34067b97
   ||8da9ff0afe500bb5a

--- Comment #1 from Thomas Friedrichsmeier 
 ---
Git commit 1a03828b813c0fb34067b978da9ff0afe500bb5a by Thomas Friedrichsmeier.
Committed on 06/11/2018 at 17:20.
Pushed by tfry into branch 'master'.

Limit number of factor levels to show in popup.

I was a bit too fast in calling that bug fixed, but now it should be:

M  +9-1rkward/misc/celleditor.cpp

https://commits.kde.org/rkward/1a03828b813c0fb34067b978da9ff0afe500bb5a

-- 
You are receiving this mail because:
You are watching all bug changes.