Knitr Articles
R.I.P., Fritz Leisch
A personal tribute to Fritz Leisch, creator of Sweave, reflecting on his impact on reproducible research and the R ecosystem.
R Markdown v1: Feature Complete!
The author discusses the history and revival of R Markdown v1, a minimal Markdown package, and explains why it is now 'feature complete'.
Displaying verbatim code chunks in RMarkdown and Xaringan presentations
A guide to displaying literal RMarkdown code chunks verbatim in xaringan presentations using knitr options and cat().
How to automatically convert TikZ images to SVG (with fonts!) from knitr
A guide to converting TikZ diagrams to SVG with embedded fonts using knitr and R Markdown for both PDF and HTML outputs.
Retrieve all `fig.alt` in a single appendix
A guide on using knitr and R Markdown to automatically collect and display all figure alt text (fig.alt) in an appendix.
How to Write Pelican Blog Posts using RMarkdown & Knitr, 2.0
A guide to integrating RMarkdown with the Pelican static site generator using a custom R script to avoid plugin conflicts.
How to Write Pelican Blog Posts using RMarkdown & Knitr
A guide to configuring a Pelican blog to publish posts directly from RMarkdown files using the rmd_reader plugin and knitr.
Printing R help files in the console or in knitr documents
A guide to printing R help files directly in the console or within knitr documents using a custom function from the tools package.
Chris Hamm on using plot.new() for better combined plots
A technical guide on using R's plot.new() function for creating custom multi-panel plots, comparing it to the traditional par(mfrow) method.