plot.n_factors: Add % of variance to plot #455
Annotations
10 warnings
R/geom_binomdensity.R#L65
file=R/geom_binomdensity.R,line=65,col=37,[comparison_negation_linter] Use x != y, not !(x == y).
|
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.
|
R/geom_from_list.R#L117
file=R/geom_from_list.R,line=117,col=3,[object_overwrite_linter] 'args' is an exported object from package 'base'. Avoid re-using such symbols.
|
R/geom_from_list.R#L182
file=R/geom_from_list.R,line=182,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.
|
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`.
|
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.
|
R/plot.check_collinearity.R#L122
file=R/plot.check_collinearity.R,line=122,col=5,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
|
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.
|
R/plot.check_heteroscedasticity.R#L27
file=R/plot.check_heteroscedasticity.R,line=27,col=5,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
|
R/plot.check_heteroscedasticity.R#L31
file=R/plot.check_heteroscedasticity.R,line=31,col=9,[object_overwrite_linter] 'sigma' is an exported object from package 'stats'. Avoid re-using such symbols.
|
The logs for this run have expired and are no longer available.
Loading