Tip 5: Publishing with reproducibility

Dynamic document preparation within R (e.g. Rmd). Limit the need to manually copy things if there are data changes.

Cache code chunks that don’t need to be re-run regularly and that are time consuming.

Consider treating a project as an R package?