plot.n_factors: Add % of variance to plot #459
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/geom_from_list.R#L192
file=R/geom_from_list.R,line=192,col=3,[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/plot.check_collinearity.R#L122
file=R/plot.check_collinearity.R,line=122,col=28,[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_collinearity.R#L122
file=R/plot.check_collinearity.R,line=122,col=28,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
|
lint / lint:
R/plot.check_collinearity.R#L145
file=R/plot.check_collinearity.R,line=145,col=5,[brace_linter] Closing curly-braces should always be on their own line, unless they are followed by an else.
|
lint / lint:
R/plot.check_collinearity.R#L146
file=R/plot.check_collinearity.R,line=146,col=4,[indentation_linter] Indentation should be 6 spaces but is 4 spaces.
|
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.
|