Displaying 2 results from an estimated 2 matches for "devel_2008".
Did you mean:
  devel_2005
  
2008 Jul 25
1
Minor Bug in Documentation of merge()
...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, all = L) : object "L"...
2008 Dec 04
1
Recent snapshot tarballs of R-devel don't compile
Hi,
Trying to compile one of the latest snapshot tarballs of R-devel gives
me the following error (64-bit openSUSE 10.3):
   ...
   make[2]: Entering directory  
`/loc/home/biocbuild/bbs-2.4-bioc/R/src/library/Recommended'
   make[2]: *** No rule to make target `VR.ts', needed by  
`stamp-recommended'.  Stop.
   make[2]: Leaving directory