Skip to content

Change how unspecified ... arguments are passed to other functions #275

Change how unspecified ... arguments are passed to other functions

Change how unspecified ... arguments are passed to other functions #275

Triggered via pull request June 27, 2024 07:45
Status Failure
Total duration 4m 37s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 19s
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/report_htest_chi2.R#L12
file=R/report_htest_chi2.R,line=12,col=3,[unnecessary_nesting_linter] Reduce the nesting of this if/else statement by unnesting the portion without an exit clause (i.e., stop(), return(), abort(), quit(), q()).
lint-changed-files / lint-changed-files: R/report_htest_chi2.R#L13
file=R/report_htest_chi2.R,line=13,col=5,[object_overwrite_linter] 'args' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/report_htest_chi2.R#L20
file=R/report_htest_chi2.R,line=20,col=5,[object_overwrite_linter] 'args' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/report_htest_chi2.R#L29
file=R/report_htest_chi2.R,line=29,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/report_htest_chi2.R#L79
file=R/report_htest_chi2.R,line=79,col=18,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
lint-changed-files / lint-changed-files: R/report_htest_chi2.R#L82
file=R/report_htest_chi2.R,line=82,col=5,[object_overwrite_linter] 'dist' is an exported object from package 'stats'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/report_htest_chi2.R#L93
file=R/report_htest_chi2.R,line=93,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/report_htest_fisher.R#L12
file=R/report_htest_fisher.R,line=12,col=3,[object_overwrite_linter] 'args' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/report_htest_fisher.R#L18
file=R/report_htest_fisher.R,line=18,col=3,[object_overwrite_linter] 'args' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/report_htest_fisher.R#L22
file=R/report_htest_fisher.R,line=22,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.