Re: [Rd] R CMD check --use-valgrind doesn't run valgrind on tests

2009-08-18 Thread Charles Geyer
On Mon, Aug 17, 2009 at 10:34:55AM +0100, Prof Brian Ripley wrote: > This was not implemented in R 2.9.x -- the comments in check.in don't > agree with the usage, and it seemed unlikely that anyone really wanted > this (it can be very slow, so perhaps a test at a time?), so this was > intentiona

Re: [Rd] R CMD check --use-valgrind doesn't run valgrind on tests

2009-08-17 Thread Yohan Chalabi
"PBR" == Prof Brian Ripley on Mon, 17 Aug 2009 10:34:55 +0100 (BST) PBR> This was not implemented in R 2.9.x -- the comments in PBR> check.in don't PBR> agree with the usage, and it seemed unlikely that anyone PBR> really wanted PBR> this (it can be very slow, so perhaps

Re: [Rd] R CMD check --use-valgrind doesn't run valgrind on tests

2009-08-17 Thread Prof Brian Ripley
This was not implemented in R 2.9.x -- the comments in check.in don't agree with the usage, and it seemed unlikely that anyone really wanted this (it can be very slow, so perhaps a test at a time?), so this was intentional (apart from not altering the reported usage). I've added it back for 2.

[Rd] R CMD check --use-valgrind doesn't run valgrind on tests

2009-08-16 Thread Charles Geyer
R CMD check --use-valgrind used to run valgrind on the tests in the tests directory of the package. But it seems to have stopped. R-2.9.1 doesn't -- at least on my box -- and neither does R-2.10.0 (devel). I am not sure when this stopped. I think 2.8.x did this. The only old R I have around is