Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 246 Bytes

CONTRIBUTING.md

File metadata and controls

6 lines (5 loc) · 246 Bytes

General guidelines:

  1. Add and document a test case (in test/runitModules.R)
  2. Implement the function until the test suite has no errors or failures. Please use make test to run the test suite
  3. Document the function
  4. Commit the changes