Day 12: README.Rmd Automation
Create dynamic READMEs that stay up-to-date with your code.
Setup:
usethis::use_readme_rmd()
Include these sections:
• Installation instructions
• Basic usage example
• Lifecycle badges
• Build status badges
Keep it fresh:
# Add to .github/workflows/
- name: Render README
run: Rscript -e 'rmarkdown::render("README.Rmd")'