assignment_style        Validation of the Assignment Operator
commas_style            Validation of Spacing Around Commas
curly_braces_style      Validation of the Positioning of Braces
documentation_linters   Validation of Documentation
getSourceData           Get Parse Information and Source Code
line_length_style       Validation of Length of Code and Comments Lines
nomagic_style           Validation of Magic Numbers
ops_spaces_style        Validation of Spacing Around Operators
parentheses_style       Validation of Spacing Around Parentheses
roger-interface         R Interface for Roger Command Line Tools
square_brackets_style   Validation of Spacing Around Square Brackets
trailing_blank_lines_style
                        Validation of Trailing Blank Lines
trailing_whitespace_style
                        Validation of Trailing Whitespace
unneeded_concatenation_style
                        Validation of Concatenation Usage
