plot.n_factors: Add % of variance to plot #186
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 24s
Annotations
1 error and 9 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
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-changed-files / lint-changed-files:
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-changed-files / lint-changed-files:
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-changed-files / lint-changed-files:
R/plot.check_model.R#L19
file=R/plot.check_model.R,line=19,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 78 to at most 40.
|
lint-changed-files / lint-changed-files:
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-changed-files / lint-changed-files:
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-changed-files / lint-changed-files:
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-changed-files / lint-changed-files:
R/utils_add_prior_layer.R#L128
file=R/utils_add_prior_layer.R,line=128,col=9,[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-changed-files / lint-changed-files:
R/utils.R#L7
file=R/utils.R,line=7,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|