SuperCell icon indicating copy to clipboard operation
SuperCell copied to clipboard

ci: static code analysis

Open AngryMaciek opened this issue 2 years ago • 0 comments

Hey, I've seen this research on [BC]2 lately, nice work! I may suggest some improvements from the software engineering perspective:

Having GH Actions mechanism set up for this repo (see #8) you could add another CI workflow for code linting. That way you would ensure that the codebase remains high quality in terms of R code standards.

Take a look at these packages:

  • https://github.com/jimhester/lintr
  • https://github.com/r-lib/styler

It would be a good idea to have a simple YAML CI workflow which would scan your R scripts on commit push/pull request and fail in case any modifications should be applied.

AngryMaciek avatar Sep 19 '21 14:09 AngryMaciek