pgfSweave 1.1.0 now on CRAN!
[This article was first published on cameron.bracken.bz » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The next release of pgfSweave is now on CRAN! It has been a while since I posted about pgfSweave and there have been some significant changes in the past couple of months.
The main new features are:
- Automatic code highlighting via the highlight package. This can be turned off with the
highlight
option. - “Tidying” of source code output via the
tidy
option. - Access to tikzDevice sanitization through a code chunk option
sanitize
- Automatic addition of the
\pgfrealjobname
command if it does not exist similarly to the addition of the\usepackage{Sweave}
line. - Setting tex.driver=latex will now (in addition to working) generate an eps file
And of course bug fixes:
- Fixes for bunches of issues related to the changes in Sweave in R 2.12. I think these issues are now resolved (fingers crossed)
keep.source
actually works now.
See the NEWS file for the complete list of changes and the vignette for information on now to use the new options.
To leave a comment for the author, please follow the link and comment on their blog: cameron.bracken.bz » R.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.