[Rd] Bug with message if there is no documentation; R2.8alpha Win32 (PR#13131)

2008-10-06 Thread mwtoews
In the latest R 2.8 alpha for Win32, if either of the commands are typed: help(erfc) .. or .. ?erfc the result is: No documentation for 'erfc' in specified packages and libraries: you could try '??erfc' This should be: 'help.search(erfc)', as shown in R 2.7.2 Apologies if this has already been

[Rd] Using unicode with sprintf or paste in Windows (PR#11515)

2008-05-25 Thread mwtoews
Full_Name: Michael Toews Version: 2.7.0 OS: Windows XP SP2 Submission from: (NULL) (24.80.163.230) Using Unicode characters in Windows works with static strings (as of R 2.7.0), however fails when used with sprintf() or paste(). For example, on R 2.7.0 for Windows XP (SP2): Static string

[Rd] Double HTML encoding in R Bug Tracking Submission form (PR#11517)

2008-05-25 Thread mwtoews
The New Bug Report form available from http://bugs.r-project.org/ appears to double encode the HTML of the body text area of the form. This behaviour can be seen in submission ID # 11515, where (as an example) Δ is converted to #916; in the browser view or amp;#916; in the HTML source code.

[Rd] End of whiskers of boxplots are repeated on PDF device (PR#10499)

2007-12-06 Thread mwtoews
Full_Name: Michael Toews Version: 2.61 OS: WinXP SP2 Submission from: (NULL) (142.58.206.114) Using boxplot on a PDF device with more than one group (or boxes) produces multiple (and overlain) 1st and 3rd quartile ticks. There are exactly the multiple of boxplot groups as there are of each 1st

[Rd] editing pasted text from parameter list through rcompletion crashes R in Windows (PR#9775)

2007-07-04 Thread mwtoews
Full_Name: Michael Toews Version: R 2.5.1 OS: WinXP; SP2 Submission from: (NULL) (142.58.206.114) To reproduce this crash: 1. Start a new R session normally in Windows 2. Type (an example command): boxplot( without pressing enter 3. Copy this text: c(1,2,6,4,7,3) 4. Bring Rgui.exe back in focus,

[Rd] Feature request for 'sprintf' optimization (PR#9621)

2007-04-19 Thread mwtoews
Full_Name: Michael Toews Version: R-devel and 2.4.1 OS: Debian etch and WindowsXP Submission from: (NULL) (142.58.206.114) This is a quick demonstration of the present time limitation of 'sprintf' on long vectors with a suggestion for significant optimization. First, consider a data.frame with

[Rd] Windows EPS format error (PR#9518)

2007-02-22 Thread mwtoews
This bug can be reproduced using R version 2.4.1 for Windows, where WinAnsiEncoding is used. To reproduce this bug, start a Windows R session, and run: postscript(first.eps, width=6, height=6, horizontal=FALSE, onefile=FALSE, paper=special) plot(1:5) dev.off() q(no) Now, start a new R session,

[Rd] Rgui.exe plot device Save as crash (PR#9237)

2006-09-18 Thread mwtoews
Full_Name: Michael Toews Version: 2.3.1 OS: WindowsXP Home/Proffesional SP2 Submission from: (NULL) (142.58.206.114) Hi, I have a bug that I can reproduce on two different MS Windows platforms (1:AMD64x2/WinXP SP2 Home; 2:P4/WinXP SP2 Prof.) which is triggered by the Save as dialog when saving a

[Rd] write.table does not quote col.names properly (PR#9044)

2006-06-29 Thread mwtoews
Full_Name: Michael Toews Version: 2.3.1 OS: Mac OS 10.4.6 and WinXP/SP2 Submission from: (NULL) (24.80.163.133) This bug also affects related functions (write.csv, etc.), and can be demonstrated using either a matrix or data frame: m - matrix(1:9,nrow=3, dimnames=list(c(A,B,C),

[Rd] coplot using Date object (PR#8147)

2005-09-20 Thread mwtoews
Full_Name: Michael Toews Version: 2.1.1 OS: WinXP (SP2) Submission from: (NULL) (142.58.206.114) This is a simple feature request concerning the display of the axis in the coplot function. Consider an arbritrary set of values from 1990-1999: date -