Skip to content
Prev 37044 / 63424 Next

Tips for debugging: R CMD check examples

Thanks, that was exactly what I was looking for.  I hadn't tried
running it in batch mode.
I think the root of the problem is the way that source is written - it
uses a global option in an internal branch, which is difficult to
notice unless you read the source code. It seems like a good principle
that global options should only affect program behaviour by modifying
the function arguments.
Ooops, yes, I meant 2.12.0-to-be.  I was thinking it would make the
problem easier for me to understand because I'm more inclined to read
R code rather than perl code.

Hadley