alan-turing-institute / eider

eider: an R package for processing health records declaratively
https://alan-turing-institute.github.io/eider/
Other
2 stars 0 forks source link

add pre-commit hook to make sure docs are up to date #20

Closed yongrenjie closed 8 months ago

yongrenjie commented 8 months ago

essentially this would call Rscript -e devtools::document() (or now, just make doc before every commit and add the changes