Skip to content

n_factors(): Add Variance_Cumulative (explained variance) to summary #337

n_factors(): Add Variance_Cumulative (explained variance) to summary

n_factors(): Add Variance_Cumulative (explained variance) to summary #337

Triggered via pull request December 1, 2023 15:25
Status Failure
Total duration 3m 10s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 10 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/n_factors.R#L48
file=R/n_factors.R,line=48,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 165 characters.
lint-changed-files / lint-changed-files: R/n_factors.R#L124
file=R/n_factors.R,line=124,col=5,[object_overwrite_linter] 'nobs' is an exported object from package 'stats'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/n_factors.R#L127
file=R/n_factors.R,line=127,col=7,[object_overwrite_linter] 'nobs' is an exported object from package 'stats'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/n_factors.R#L344
file=R/n_factors.R,line=344,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 147 characters.
lint-changed-files / lint-changed-files: R/n_factors.R#L406
file=R/n_factors.R,line=406,col=3,[object_overwrite_linter] 'text' is an exported object from package 'graphics'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/n_factors.R#L763
file=R/n_factors.R,line=763,col=3,[object_overwrite_linter] 'BIC' is an exported object from package 'stats'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/standardize_info.R#L55
file=R/standardize_info.R,line=55,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/standardize_info.R#L184
file=R/standardize_info.R,line=184,col=5,[object_overwrite_linter] 'var' is an exported object from package 'stats'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/standardize_info.R#L216
file=R/standardize_info.R,line=216,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/standardize_info.R#L275
file=R/standardize_info.R,line=275,col=5,[object_overwrite_linter] 'var' is an exported object from package 'stats'. Avoid re-using such symbols.