Is your feature request related to a problem? Please describe.
To improve developer productivity it would be helpful to add R linting for flepicommon, flepiconfig, and inference. This would:
Minimize the number of comments/discussions in PR that relate to R code formatting, and
Act as an early warning for code smells or potentially problematic code.
Successor to GH-279.
Is your feature request related to a new application, scenario round, pathogen? Please describe.
n/a
Describe the solution you'd like
The defacto standard for linting R code is lintr. Might be wise to implement this on a per package basis, pick the smallest one first, work through the issues there and then move on to the others.
Label
enhancement, meta/workflow, r-flepicommon, r-flepiconfig, r-inference
Priority Label
low priority
Is your feature request related to a problem? Please describe.
To improve developer productivity it would be helpful to add R linting for
flepicommon
,flepiconfig
, andinference
. This would:Successor to GH-279.
Is your feature request related to a new application, scenario round, pathogen? Please describe.
n/a
Describe the solution you'd like
The defacto standard for linting R code is
lintr
. Might be wise to implement this on a per package basis, pick the smallest one first, work through the issues there and then move on to the others.