XiaoyangSu / AccuCor

Other
16 stars 11 forks source link

Add lintr Github Action workflow #21

Closed lparsons closed 2 years ago

lparsons commented 3 years ago

Reformat code to comply with lintr formatting rules and apply tiderverse style (using styler where applicable. Linting is the process of running a code analyzer on the source code to check for adherence to a given style, syntax errors and possible semantic issues. The lintr​ code analysis tool will be run automatically by GitHub whenever new commits are pushed (in addition to the usual R CMD checks) to ensure code formatting, syntax, etc. are consistent.

The following linting rules not yet applied, but will be implemented in a later commit/PR as time permits.