Skip to content

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

plot.n_factors: Add % of variance to plot

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

Triggered via pull request December 3, 2023 12:56
Status Failure
Total duration 20m 38s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 3 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/data_plot.R#L182
file=R/data_plot.R,line=182,col=34,[condition_call_linter] Use stop(., call. = FALSE) to not display call in error message.
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_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.