Skip to content
jmshapir edited this page May 30, 2021 · 2 revisions

We follow the general guidelines in Google's R Style Guide.

Exceptions:

  • We do not follow their naming conventions (don't use dots, and underscores or camel-case are fine).
  • See conventions for line length
  • We do not require that all functions have a comment block describing their uses, though these are encouraged when the purpose of a function would not be clear or where it will be used outside of the file in which it is defined.
Clone this wiki locally