Fix more lints #749
Annotations
5 warnings
R/ggcoefstats.R#L119
file=R/ggcoefstats.R,line=119,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 25, this has 31.
|
R/ggcoefstats.R#L171
file=R/ggcoefstats.R,line=171,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 135 characters.
|
R/ggcoefstats.R#L237
file=R/ggcoefstats.R,line=237,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
|
R/ggpiestats_ggbarstats_helpers.R#L51
file=R/ggpiestats_ggbarstats_helpers.R,line=51,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 158 characters.
|
R/ggpiestats_ggbarstats_helpers.R#L70
file=R/ggpiestats_ggbarstats_helpers.R,line=70,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.
|
The logs for this run have expired and are no longer available.
Loading