Skip to content

plot.n_factors: Add % of variance to plot #173

plot.n_factors: Add % of variance to plot

plot.n_factors: Add % of variance to plot #173

Triggered via pull request December 1, 2023 09:34
Status Failure
Total duration 2m 35s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 15s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

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#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-changed-files / lint-changed-files: 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-changed-files / lint-changed-files: 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-changed-files / lint-changed-files: 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-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.parameters_brms_meta.R#L22
file=R/plot.parameters_brms_meta.R,line=22,col=3,[object_overwrite_linter] 'summary' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/plot.parameters_brms_meta.R#L50
file=R/plot.parameters_brms_meta.R,line=50,col=3,[object_overwrite_linter] 'summary' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/plot.parameters_brms_meta.R#L153
file=R/plot.parameters_brms_meta.R,line=153,col=5,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
lint-changed-files / lint-changed-files: R/plot.parameters_brms_meta.R#L167
file=R/plot.parameters_brms_meta.R,line=167,col=3,[object_overwrite_linter] 'summary' is an exported object from package 'base'. Avoid re-using such symbols.