Strip by of tokens before attempting removal #3075
Annotations
10 warnings
|
lint / lint:
R/compute_variances.R#L396
file=R/compute_variances.R,line=396,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 158 characters.
|
|
lint / lint:
R/compute_variances.R#L375
file=R/compute_variances.R,line=375,col=3,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
|
|
lint / lint:
R/compute_variances.R#L360
file=R/compute_variances.R,line=360,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
|
|
lint / lint:
R/compute_variances.R#L320
file=R/compute_variances.R,line=320,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
|
|
lint / lint:
R/compute_variances.R#L289
file=R/compute_variances.R,line=289,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
|
|
lint / lint:
R/compute_variances.R#L260
file=R/compute_variances.R,line=260,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
|
lint / lint:
R/compute_variances.R#L115
file=R/compute_variances.R,line=115,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 171 characters.
|
|
lint / lint:
R/compute_variances.R#L1
file=R/compute_variances.R,line=1,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this expression from 57 to at most 40. Consider replacing high-complexity sections like loops and branches with helper functions.
|
|
lint / lint:
R/clean_names.R#L160
file=R/clean_names.R,line=160,col=11,[if_switch_linter] Prefer switch() statements over repeated if/else equality tests, e.g., switch(x, a = 1, b = 2) over if (x == "a") 1 else if (x == "b") 2.
|
|
lint / lint:
R/clean_names.R#L109
file=R/clean_names.R,line=109,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this expression from 56 to at most 40. Consider replacing high-complexity sections like loops and branches with helper functions.
|