search for: patched_2008

Displaying 1 result from an estimated 1 matches for "patched_2008".

Did you mean: patched_2006
2008 Jul 25
1
Minor Bug in Documentation of merge()
...nd for all.x = L and all.y = L. I think the correct description should be all logical; all = T is shorthand for all.x = T and all.y = T. The source file which needs to be fixed is src/library/base/man/merge.Rd To be sure that it hasn't been fixed in the meantime, I checked the merge.Rd in R-patched_2008-07-24.tar.gz and R-devel_2008-07-24.tar.gz. Thanks, Roland Little code example: > set.seed(12345) > df.A <- data.frame(Year=2000:2004, myvar.A=rnorm(5)) > df.B <- data.frame(Year=1998:2002, myvar.B=rnorm(5)) > merge(df.A, df.B, all=L) Error in merge.data.frame(df.A, df.B, a...