litr: Write an R Package Entirely with an R Markdown Document | /en/2023/01/litr-package/
litr: Write an R Package Entirely with an R Markdown Document
A few months ago I came across a package named litr, which seemed quite interesting to me. It allows you to create a whole R package by rendering a single R Markdown document. That means you get a …