[Rd] bug inside plot.lm (PR#13989)

2009-10-08 Thread rmh
The function getCaption <- function(k) as.graphicsAnnot(unlist(caption[k])) inside plot.lm in R-2.9.2 and R-2.10.0alpha loses the expression for caption 6. From a recover() inside the function Browse[1]> caption[6] [[1]] expression("Cook's dist vs Leverage " * h[ii]/(1 - h[ii])) Browse[1]>

[Rd] bug in summary.aovlist() with split= and (PR#13579)

2009-03-06 Thread rmh
---62a8e378fd5c9332aae960888fd28459 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit # R for Windows will not send your bug report automatically. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-b...@r-proj

[Rd] bug in proj() (PR#13505)

2009-02-05 Thread rmh
The result of proj() is not currently coerced to data.frame when requested. I use this capability pedagogically all the time. It did work when I wrote proj() for the Chambers and Hastie book, and it still works in S-Plus. A minimal repair is in the as.data.frame.aovproj definition below. Rich

[Rd] documentation improvement request: add search (PR#12905)

2008-09-18 Thread rmh
# R for Windows will not send your bug report automatically. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## > help.search("normal probability plot") No help files

Re: [Rd] Bug in ci.plot(HH Package) (PR#11163)

2008-04-17 Thread rmh
Thank you for the error report. I have made the correction which will be in HH_2.1-11 which will be posted in a few days. Rich __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] segments() with zero-length arguments (PR#11192)

2008-04-17 Thread rmh
Uwe Ligges suggested I post this on R-bugs as a wishlist item with a proposed patch. R considers zero-length arguments to segments() to be an error. I would like R to allow this and to return without an error. It occurs naturally in settings like valid <- c(FALSE, FALSE, FALSE) segments(x0[vali

Re: [Rd] source(echo=TRUE) bug (was: [R] source() (PR#10924)

2008-03-09 Thread rmh
Thanks Duncan, While there, can you give a new optional argument that will permit the echo of blanks and comments? Rich __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] possible bug in conflicts() (PR#9760)

2007-06-27 Thread rmh
$`package:base` [1] "body<-" > conflicts(where=search()[c(8,10)], detail=TRUE) ## this is effectively using > search()[1:2] list() > conflicts <- + function (where = search(), detail = FALSE) + { + if (length(where) < 1) + stop("argument 'where&

Re: [Rd] inconsistency or bug in coef() (PR#9358)

2006-11-13 Thread rmh
I am fascinated. I can accept the argument that suppressing aliased values is a valid behavior of the program. The defense of the inconsistency between the two displays surprises me. Yes, Brian, I checked. That's why I offered the option of an inconsistency. I do believe strongly that the coef

[Rd] inconsistency or bug in coef() (PR#9358)

2006-11-12 Thread rmh
tmp <- data.frame(x=c(1,1), y=c(1,2)) tmp.lm <- lm(y ~ x, data=tmp) summary(tmp.lm) coef(summary(tmp.lm)) ## I consider this to be a bug. Since summary(tmp.lm) gives ## two rows for the coefficients, I believe the coef() function ## should also give two rows. > summary(tmp.

Re: [Rd] graphics documentation omission (PR#9149)

2006-08-15 Thread rmh
Thanks, Marc Neither plot.window or plot.default are natural places for me to look for argument names. par and plot are, for me, the natural places. I realize that asp is not a par argument. Nonetheless, par is still the first place to look for arguments that I would use in the ... position of

[Rd] graphics documentation omission (PR#9148)

2006-08-15 Thread rmh
# R for Windows will not send your bug report automatically. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## ?axis says in Details: "(for example, if the 'plo

[Rd] axis documentation (PR#9147)

2006-08-15 Thread rmh
# R for Windows will not send your bug report automatically. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## ?axis shows the description of the hadj argument:

[Rd] utils package: .Rd to .dvi (PR#9079)

2006-07-14 Thread rmh
: .GlobalEnv, package:methods, package:stats, package:utils, package:datasets, file:c:/HOME/rmh/h2/library/H2/.RData, file:c:/HOME/rmh/hh/splus.library/HH/.RData, package:multcomp, package:mvtnorm, package:graphics, package:lattice, package:grid, package:grDevices, Autoloads, package:base ___

[Rd] documentation bug as S-Plus catches up (PR#8933)

2006-06-02 Thread rmh
sh_United States.1252;LC_CTYPE=English_United States.1252;LC_MONETARY=English_United States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252 Search Path: .GlobalEnv, package:grid, package:lattice, file:c:/HOME/rmh/h2/library/H2/.RData, file:c:/HOME/rmh/hh/splus.library/HH/.RData, pa

[Rd] bugs in simtest (PR#8670)

2006-03-08 Thread rmh
# R for Windows will not send your bug report automatically. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## This report is joint from Richard Heiberger <[EMAIL PR