When writing an R package I usually write a README.Rmd file that I render to README.md. I use {pkgdown} to then create documentation. I run the last step via CI, so I never need to think about it.
The problem is that I regularly forget to process the …
Continue reading: Pre-Commit Hook for Processing …