Re: [Rd] Bug in cor function (PR#7689)

2005-02-13 Thread Peter Dalgaard
[EMAIL PROTECTED] writes: > I can't hardly accept the result of cor function with > pairwize.colplete.obs or complete.obs > > insert print statements in cor function, > > > + if (method != "pearson") { > + Rank <- function(u) if (is.matrix(u)) > + apply(u, 2, rank,

[Rd] docu buglet

2005-02-13 Thread Kjetil Brinchmann Halvorsen
The help page groupGeneric {base} refers (Math group) the defunct |tetragamma|, |pentagamma while the newer psigamma is not mentioned. Kjetil | -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. -- Mahdi Elmandjra -- No virus found in this outgoing messa

Re: [Rd] Wishlist: simple legend options (PR#7400)

2005-02-13 Thread Gorjanc Gregor
Hello! I was loooking in R-bugs and found under wishlist-fullfilled wish for "smart" placement of a legend. This has already been done in package gplots in function smartlegend. One question. This "bug-report" is under wishlist-fullfilled. Is it really fullfilled? Mail from Elizabeth -

[Rd] Wish: multiline comments

2005-02-13 Thread Gorjanc Gregor
Hello! I found a wish for multilne comments under wishlist-fullfilled. http://r-bugs.biostat.ku.dk/cgi-bin/R/wishlst-fulfilled?id=7261;expression=NA;user=guest Is this really fullfilled? Where, in R 2.1.0? I was not able to find any "announcements" or talks about that on mailing list or NEWS f

[Rd] corrupt data frame: columns will be truncated or padded with NAs in: format.data.frame(x, digits = digits)

2005-02-13 Thread Gorjanc Gregor
Hello! I posted on saturday mail with the same subject on r-help seeking for help in my work, but now I realized that this list is more appropriate for this. I think I found I bug. Bellow are comments and reproducible examples: # Create a data frame (tmp <- data.frame(y1=1:4, f1=factor(c("A", "B

Re: [Rd] Wish: multiline comments

2005-02-13 Thread Prof Brian Ripley
Please look in the recent archives of this list: this was raised by Tony Rossini. if(FALSE) { } already works. On Mon, 14 Feb 2005, Gorjanc Gregor wrote: Hello! I found a wish for multilne comments under wishlist-fullfilled. http://r-bugs.biostat.ku.dk/cgi-bin/R/wishlst-fulfilled?id=7261;expressi

Re: [Rd] Wishlist: simple legend options (PR#7400)

2005-02-13 Thread Uwe Ligges
Gorjanc Gregor wrote: Hello! I was loooking in R-bugs and found under wishlist-fullfilled wish for "smart" placement of a legend. This has already been done in package gplots in function smartlegend. One question. This "bug-report" is under wishlist-fullfilled. Is it really fullfilled? Yes, in t

Re: [Rd] corrupt data frame: columns will be truncated or padded with NAs in: format.data.frame(x, digits = digits)

2005-02-13 Thread Prof Brian Ripley
On Mon, 14 Feb 2005, Gorjanc Gregor wrote: Hello! I posted on saturday mail with the same subject on r-help seeking for help in my work, but now I realized that this list is more appropriate for this. I think I found I bug. You do not tell us what you think it is, though! It *is* a bug in your co