fix #447
Annotations
10 warnings
lint / lint:
R/geom_from_list.R#L115
file=R/geom_from_list.R,line=115,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 40, this has 54.
|
lint / lint:
R/plot.check_collinearity.R#L72
file=R/plot.check_collinearity.R,line=72,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`.
|
lint / lint:
R/plot.check_collinearity.R#L122
file=R/plot.check_collinearity.R,line=122,col=5,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
lint / lint:
R/plot.check_heteroscedasticity.R#L10
file=R/plot.check_heteroscedasticity.R,line=10,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
lint / lint:
R/plot.check_model.R#L12
file=R/plot.check_model.R,line=12,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
lint / lint:
R/plot.check_model.R#L19
file=R/plot.check_model.R,line=19,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 40, this has 78.
|
lint / lint:
R/plot.check_model.R#L43
file=R/plot.check_model.R,line=43,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 131 characters.
|
lint / lint:
R/plot.check_normality.R#L27
file=R/plot.check_normality.R,line=27,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
|
lint / lint:
R/plot.check_normality.R#L238
file=R/plot.check_normality.R,line=238,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
|
lint / lint:
R/plot.check_outliers.R#L56
file=R/plot.check_outliers.R,line=56,col=9,[length_test_linter] Checking the length of a logical vector is likely a mistake. Did you mean `length(methods) == 1`?
|