Skip to content
Prev 39951 / 63421 Next

How to create vignette.pdf for R-2.13.0?

On 25/04/2011 3:16 PM, cstrato wrote:
Then you are definitely the one in the best position to diagnose the 
problem.  Use the usual approach:  simplify it by cutting out everything 
that looks unrelated.  Verify that the problem still exists, then cut 
some more.  Eventually you'll have isolated the error to a particular 
small snippet of code, and then you can add print() statements, or use 
trace(), or do whatever is necessary to see what's so special about your 
system.

I suspect it will turn out to be an assumption in the code that is not 
true on your system.

If the assumption is being made by code you wrote, then fix it.  If it's 
being made by R, let us know.

Duncan Murdoch