Re: [Rd] fix for broken largefile seek() on 32-bit linux (PR#9883)

2007-08-28 Thread ripley
I've applied the patch, but I no longer have a 32-bit Linux system. Could you please verify it has applied correctly (SVN rev 42672 on trunk, 42673 on R-patched). A quick check on 32-bit Solaris suggested it worked as expected. On Mon, 27 Aug 2007, [EMAIL PROTECTED] wrote: > Full_Name: John B

[Rd] subcripts on data frames (PR#9885)

2007-08-28 Thread m . crawley
I'm not sure if this is a bug, or if I'm doing something wrong. =20 =46rom the worms dataframe, which is at in a file called worms.txt at =20 http://www.imperial.ac.uk/bio/research/crawley/therbook =20 =20 the idea is to extract a s

Re: [Rd] subcripts on data frames (PR#9885)

2007-08-28 Thread Tony Plate
The line worms[rev(order(Worm.density)),] [!duplicated(Vegetation),] looks suspect to me -- it looks like you are first creating an sorted version of the dataframe 'worms', and then subsetting it based on values of 'Vegetation' in the original order. When reordering dataframes I would avoid '

[Rd] R CMD check: Error in function (env) : could not find function "finalize"

2007-08-28 Thread Henrik Bengtsson
Hi, does someone else get this error message: Error in function (env) : could not find function "finalize"? I get an error when running examples in R CMD check (v2.6.0; session info below): > ### * invertMap > > flush(stderr()); flush(stdout()) > ### Name: invertMap > ### Title: Inverts a read

Re: [Rd] R CMD check: Error in function (env) : could not find function "finalize"

2007-08-28 Thread Seth Falcon
Hi Henrik, "Henrik Bengtsson" <[EMAIL PROTECTED]> writes: > Hi, > > does someone else get this error message: > > Error in function (env) : could not find function "finalize"? > > I get an error when running examples in R CMD check (v2.6.0; session > info below): [snip] > The error occurs in R C