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

2005-02-12 Thread cig69410
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, na.last = "keep") + else rank(u, n

[Rd] Internationalization

2005-02-12 Thread Henrik Bengtsson
Looking at the R v2.1.0 devel NEWS, I am very impressed with the new updates and especially the internationalization part. Wonderful work! Thanks a lot. Henrik Bengtsson __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-d

Re: [Rd] getAnywhere and functions starting with "." (PR#7684)

2005-02-12 Thread Peter Dalgaard
Prof Brian Ripley <[EMAIL PROTECTED]> writes: > Were you unaware that the NEWS file is browsable at > > https://svn.r-project.org/R/trunk/NEWS > > ? (At least if the SVN server has not tied itself in a knot again...) Also note that the Subversion log at developer.r-project.org has all co