ggplot2-transition-guide icon indicating copy to clipboard operation
ggplot2-transition-guide copied to clipboard

Results 2 ggplot2-transition-guide issues
Sort by recently updated
recently updated
newest added

knit2pdf doesn't take an output file name, so this doesn't work: ``` R knit2pdf('../ggplot2-0.9.0.Rnw', 'color-guide.tex') ``` It should just be: ``` R knit2pdf('../ggplot2-0.9.0.Rnw') ``` Also, the user has to create...

- the `setup` chunk must not be cached (should use `cache=FALSE`) - I see most chunks are cached, so I suggest set it as a global option `\SweaveOpts{cache=TRUE}` so you...