use bayestestR dev to avoid warning in vignette #470
Annotations
10 warnings
lint / lint:
R/data_plot.R#L179
file=R/data_plot.R,line=179,col=34,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|
lint / lint:
R/geom_binomdensity.R#L65
file=R/geom_binomdensity.R,line=65,col=37,[comparison_negation_linter] Use x != y, not !(x == y).
|
lint / lint:
R/geom_from_list.R#L115
file=R/geom_from_list.R,line=115,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 54 to at most 40.
|
lint / lint:
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.
|
lint / lint:
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.
|
lint / lint:
R/plot.check_collinearity.R#L72
file=R/plot.check_collinearity.R,line=72,col=7,[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.
|
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_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 {}.
|
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_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 {}.
|