Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 860 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 860 Bytes

Contributing

Thank you for your interest in contributing to rkclass! To contribute, open an issue to discuss, or just submit a pull request. Please try to follow the package coding style, which follows Hadley Wickham's style guide, in particular:

  • Variable and function names should be clear and use underscores, like vcov_kclass, not vcov.kclass or vcovkclass. (You'll find some of these warts in the current code base.)
  • In the case of S3 methods, names will include periods or have to conform to the standard method name, like estfun.kclass, but in general try to use full words rather than abbreviations.
  • Please document functions with Roxygen.