mikehallquist at hotmail.com
2008-Jun-04 13:05 UTC
[Rd] Enter key in data editor bombs program in MDI (PR#11579)
Full_Name: Michael H Version: 2.7 OS: Windows XP SP3 Submission from: (NULL) (74.74.76.1) When running R with the multiple document interface, pressing enter in the data editor causes the program to crash with the following command: Dataset <- edit(as.data.frame(NULL)) This problem persists when using the fix command, such as fix(Dataset). Interestingly, the arrow keys and mouse work fine in navigating through the dataset. Also, this problem only occurs for me in MDI mode, not in SDI mode.
Duncan Murdoch
2008-Jun-04 16:26 UTC
[Rd] Enter key in data editor bombs program in MDI (PR#11579)
On 6/4/2008 9:05 AM, mikehallquist at hotmail.com wrote:> Full_Name: Michael H > Version: 2.7Which 2.7? The 2.7.0 release? (sessionInfo() would be more specific.) I see a crash there, but not in R-patched. Please give it a try (it's downloadable from cran.r-project.org/bin/windows/base). Duncan Murdoch> OS: Windows XP SP3 > Submission from: (NULL) (74.74.76.1) > > > When running R with the multiple document interface, pressing enter in the data > editor causes the program to crash with the following command: > > Dataset <- edit(as.data.frame(NULL)) > > This problem persists when using the fix command, such as fix(Dataset). > > Interestingly, the arrow keys and mouse work fine in navigating through the > dataset. > > Also, this problem only occurs for me in MDI mode, not in SDI mode. > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel