Open hturner opened 5 years ago
Just discovered there is a GitHub action to update the README too: https://github.com/r-lib/actions/tree/master/examples#render-readme, so maybe we can forget the git hook?
Helper functions to use GitHub actions: https://usethis.r-lib.org/reference/github_actions.html
Improve the README to give a bit more information about the package, e.g.
Using
usethis::use_readme_rmd()
is a good idea as it creates a template and also a git hook to make sure the.Rmd
file is rendered to.md
before being committed.