plot.n_factors: Add % of variance to plot #177
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 51s
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.
|