[Rd] str() gives odd looking output on complex vectors that are not purely imaginary (PR#13985)

2009-10-05 Thread richcalaway
Full_Name: Rich Calaway Version: R 2.9.2 OS: Windows Vista Submission from: (NULL) (65.47.30.18) Try this: x - rnorm(25) y - rnorm(25)*1i z - x+y str(z) str(y) When I try this, I see the following: str(z) cplx [1:25] 0.0102+ 0.9463-1 -1.+ ... str(y) cplx [1:25] 0+0.0975i 0-1.5060i

[Rd] warnings handled oddly in functions with browser calls (PR#13967)

2009-09-23 Thread richcalaway
Full_Name: Rich Calaway Version: 2.9.2 OS: Windows Vista Submission from: (NULL) (65.47.30.18) Consider the following function: myfun - function(){ print(log(-1)) browser() print(Good-bye!) } In the default case, with options(warn=0), if I call this function and type

Re: [Rd] Bug 13937 (setRepositories() doesn't allow graceful cancellation from GUI menu) (PR#13968)

2009-09-23 Thread richcalaway
Hi, all- This one was moved to featuresFAQ, which appears to be the works as documented folder, with the following note: intentional: you do need to set repositories or interrupt R. If this is true, there's still a bug, and in fact two of them: the graphical menu dialog should have no Cancel

[Rd] xy.coords assumes lists will have x and y components, but doesn't check (PR#13936)

2009-08-31 Thread richcalaway
Full_Name: Richard Calaway Version: 2.9.2 OS: Mac OS X 10.5.3 Submission from: (NULL) (65.47.30.18) Here's my sessionInfo(): sessionInfo() R version 2.9.2 (2009-08-24) i386-apple-darwin8.11.1 locale: en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats

[Rd] setRepositories() doesn't allow graceful cancellation from GUI menu (PR#13937)

2009-08-31 Thread richcalaway
Full_Name: Richard Calaway Version: 2.9.2 OS: Windows Vista Submission from: (NULL) (65.47.30.18) If you call setRepositories(graphics=TRUE), or, equivalently, choose Select repositories... from RGui's Packages menu, and then click Cancel, you are dropped to the command line menu. Choosing

[Rd] Alt-F4 leaves RGUI console in wait state when closing some dialog boxes (PR#13870)

2009-08-04 Thread richcalaway
Full_Name: Rich Calaway Version: R 2.7.2; R 2.10.0 r48968 2009-07-21 OS: Windows Vista Ultimate SP1, Windows XP SP3 Submission from: (NULL) (65.47.30.18) Various dialog boxes have different responses to Alt-F4; all of those launched from the File menu behave correctly--the dialog box closes and