Fix issues with multiple possible adjustments (#762) #1230
Annotations
10 warnings
R/check_collinearity.R#L407
file=R/check_collinearity.R,line=407,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 44 to at most 40.
|
R/check_convergence.R#L35
file=R/check_convergence.R,line=35,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 189 characters.
|
R/check_dag.R#L335
file=R/check_dag.R,line=335,col=16,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
|
R/check_heteroscedasticity.R#L56
file=R/check_heteroscedasticity.R,line=56,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 151 characters.
|
R/check_htest.R#L17
file=R/check_htest.R,line=17,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 132 characters.
|
R/check_htest.R#L40
file=R/check_htest.R,line=40,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 132 characters.
|
R/check_htest.R#L200
file=R/check_htest.R,line=200,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 177 characters.
|
R/check_model.R#L63
file=R/check_model.R,line=63,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 130 characters.
|
R/check_model.R#L91
file=R/check_model.R,line=91,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
|
R/check_symmetry.R#L29
file=R/check_symmetry.R,line=29,col=3,[object_overwrite_linter] 'D' is an exported object from package 'stats'. Avoid re-using such symbols.
|
This job succeeded
Loading