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.
A personal tribute to Fritz Leisch, creator of Sweave, reflecting on his impact on reproducible research and the R ecosystem.
The author discusses the history and revival of R Markdown v1, a minimal Markdown package, and explains why it is now 'feature complete'.
A guide to displaying literal RMarkdown code chunks verbatim in xaringan presentations using knitr options and cat().
A guide to converting TikZ diagrams to SVG with embedded fonts using knitr and R Markdown for both PDF and HTML outputs.
A guide on using knitr and R Markdown to automatically collect and display all figure alt text (fig.alt) in an appendix.
A guide to integrating RMarkdown with the Pelican static site generator using a custom R script to avoid plugin conflicts.
A guide to configuring a Pelican blog to publish posts directly from RMarkdown files using the rmd_reader plugin and knitr.
A guide to printing R help files directly in the console or within knitr documents using a custom function from the tools package.
A technical guide on using R's plot.new() function for creating custom multi-panel plots, comparing it to the traditional par(mfrow) method.