nhs-r-community / NHSRplotthedots

An SPC package to support NHSE/I 'Making Data Count' programme
https://nhs-r-community.github.io/NHSRplotthedots/
Other
47 stars 21 forks source link

Create action for Readme.Rmd #160

Closed tomjemmett closed 1 year ago

tomjemmett commented 2 years ago

Developers should have a precommit hook to prevent commits to Readme.Rmd without a commit to Readme.md (usethis::use_readme_rmd() will create this).

As the developer needs to set this up locally, we probably should also have an action to run on PR's to ensure both files are commited together.

See #159 as an example of this issue