Expand description
Code-style rules — mirrors journals/jss/rules/code_style.py
(JSS-CODE-001/002/003).
Functions§
- check_
code_ 001 - JSS-CODE-001 — code-display envs contain no
#-style comments. - check_
code_ 002 - JSS-CODE-002 —
library()/data()/require()/requireNamespace()quote their first argument. - check_
code_ 003 - JSS-CODE-003 — code samples use spaces around operators and after
commas, checked both inside code-display envs and
\code{...}.