CaRdiffR / tdor

data package for Transgender Day of Remembrance
6 stars 7 forks source link

Update package README using R markdown #22

Open hturner opened 5 years ago

hturner commented 5 years ago

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.

hturner commented 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?

hturner commented 5 years ago

Helper functions to use GitHub actions: https://usethis.r-lib.org/reference/github_actions.html