Bug 380791

Summary: data.frame column recovery causes lots of pop up messages
Product: [Applications] rkward Reporter: RKWard Team <rkward-devel>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

Description RKWard Team 2012-09-21 20:25:18 UTC
-- Originally posted by (AT sourceforge.net): deboerk --

-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/123 on 2017-05-30 15:27:01 +0100 --
Hi\!

If you create a data.frame, browse it and remove a column using the command line while the data.frame is still opened as a tab, a message pops up asking whether you want to recover the deleted column. This is no problem if only one column has been deleted. However, if more than 20 columns have been removed -- which can happen easily -- the messages become really annoying and the only way to get around clicking through all of them is to to kill the rkward process.

Here is an example:

\# create data.frame
x &lt;- data.frame\(a=1:2,b=2:3,c=1:2,d=4:5,e=6:7\)

\# browse the data.frame using the rkward gui and keep the tab open

\# rewrite data.frame
x &lt;- data.frame\(a=1:2\)

\# messages pop up asking you whether you want to recover the deleted columns


It would be great if changes to an opened data.frame could be handeled using one dialog, e.g., like R script files that have been modified by an external program.

I'm using: rkward 0.5.7, KDE 4.4.5, Debian Squeeze, R 2.15.1.

Regards,
Birk
-- Labels: user interface --
Comment 1 m.eik michalke 2012-09-21 20:34:33 UTC
hi birk,

this issue has already been solved in the current development versin of RKWard, i.e., will be gone in the next release :-\)
Comment 2 Thomas Friedrichsmeier 2012-11-21 12:08:28 UTC
- **status**: open --> closed