Closed ivan-pavlov closed 6 years ago
Two approvals, so ready to merge?
As for the vignette, you could "cheat" and use eval=FALSE
(ie not run the vignette code, just show the invocation) but then just copy and paste the output from a previous run. I have done that in the past too.
Yes, then I'll just add this "cheat" in one minute and merge after
Sounds good to me. And then we merge with a fuller vignette?
Yes, I think it's good to show actual full output, even if it's not fully genuine.
Unfortunately, one thing that I still can't get working is the full error output for a vignette.
For example, regular output using the console is:
But in the vignette I only see this output:
So vignette (with error=TRUE in a chunk) only captures error output until first regular output and all error output that comes after that gets omitted.