RMarkdown Template for Developing a Package with Best Practices¶
For every function, create a RMarkdown Tabset with:
- Source code of the function:
R> styler::style(<package>::<function>)
- Tests for the function:
R> styler::style(readLines("tests/testthat/<function>_tests.R"))
- Function’s Documentation:
R> HTML(readLines("man/<function>.rd"))
- Changelog for the Function:
need a way to parse Git Commit history for a specific file using R.
# need a way to parse Git Commit history for a specific file using R.
Appendix: Links¶
Backlinks:
list from [[RMarkdown Template for Developing a Package with Best Practices]] AND -"Changelog"
- Date: 2022-09-18