README
Mini-Lecture 20
2024-11-21
README.Rmd
usethis::use_readme_rmd()
README content
use_lifecycle_badge()
use_logo()
- Format
- Installation
- Simple (cool) example 1
- Simple (cool) example 2
- See also
Vignettes
- Longer form documentation
use_vignette()
- Much more open-ended
- Questions:
- What can your package do?
- What should users know about it?
- How does it work?
- Show us something cool!