search for: 24_r35666

Displaying 1 result from an estimated 1 matches for "24_r35666".

2005 Oct 09
0
all.equal() improvements (PR#8191)
...1.1 -r1.4 --- all.equal.R 1 Oct 2005 06:51:06 -0000 1.1.1.1 +++ all.equal.R 1 Oct 2005 13:10:25 -0000 1.4 @@ -1,4 +1,75 @@ -all.equal <- function(target, current, ...) UseMethod("all.equal") +# +# This is a copy of "src/library/base/R/all.equal.R" from +# "R-beta_2005-09-24_r35666.tar.gz", plus our modifications. (The +# all.equal.R in that tarball seems to be unchanged at least as far +# back as R 2.1.0.) +# +# Further detail is in the comments in each function, but basically, +# all modifications here involve either of two sorts of improvements: +# +# 1. Check names!...