Skip to contents

Expected Documentation

  • every function/data object should have the appropriate Doxygen comments. (see here for more details on documenting functions and data)
  • Functions must include the following tags
    • @param to describe every function argument (if any)
    • @return to describe the object returned by the function (if any)
  • add a vignette or article to document or demonstrate package capabilities when approporiate

Coding Style

Unit Testing