[rkward-tracker] [ rkward-Bugs-3570597 ] data.frame column recovery causes lots of pop up messages

SourceForge.net noreply at sourceforge.net
Fri Sep 21 21:25:18 UTC 2012


Bugs item #3570597, was opened at 2012-09-21 14:25
Message generated for change (Tracker Item Submitted) made by deboerk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=3570597&group_id=50231

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: user interface
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: deboerk (deboerk)
Assigned to: Nobody/Anonymous (nobody)
Summary: data.frame column recovery causes lots of pop up messages

Initial Comment:
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 <- 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 <- 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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=459007&aid=3570597&group_id=50231




More information about the rkward-tracker mailing list