Change how unspecified ...
arguments are passed to other functions
#275
Annotations
1 error and 10 warnings
|
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()).
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
This job failed
Loading