Rename arguments, replace functions #363
Annotations
10 warnings
Lint:
R/cor_sort.R#L29
file=R/cor_sort.R,line=29,col=3,[object_overwrite_linter] 'order' is an exported object from package 'base'. Avoid re-using such symbols.
|
Lint:
R/cor_sort.R#L58
file=R/cor_sort.R,line=58,col=3,[object_overwrite_linter] 'order' is an exported object from package 'base'. Avoid re-using such symbols.
|
Lint:
R/cor_sort.R#L79
file=R/cor_sort.R,line=79,col=3,[object_overwrite_linter] 'order' is an exported object from package 'base'. Avoid re-using such symbols.
|
Lint:
R/cor_test_bayes.R#L20
file=R/cor_test_bayes.R,line=20,col=14,[scalar_in_linter] Use comparison operators (e.g. ==, !=, etc.) to match length-1 scalars instead of %in%. Note that comparison operators preserve NA where %in% does not.
|
Lint:
R/cor_test_biserial.R#L59
file=R/cor_test_biserial.R,line=59,col=3,[object_overwrite_linter] 'q' is an exported object from package 'base'. Avoid re-using such symbols.
|
Lint:
R/cor_test_distance.R#L6
file=R/cor_test_distance.R,line=6,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
|
Lint:
R/cor_test_distance.R#L63
file=R/cor_test_distance.R,line=63,col=3,[object_overwrite_linter] 't' is an exported object from package 'base'. Avoid re-using such symbols.
|
Lint:
R/cor_test_distance.R#L94
file=R/cor_test_distance.R,line=94,col=3,[object_overwrite_linter] 'cov' is an exported object from package 'stats'. Avoid re-using such symbols.
|
Lint:
R/cor_test_freq.R#L45
file=R/cor_test_freq.R,line=45,col=3,[object_overwrite_linter] 'names' is an exported object from package 'base'. Avoid re-using such symbols.
|
Lint:
R/cor_test_freq.R#L47
file=R/cor_test_freq.R,line=47,col=5,[keyword_quote_linter] Only quote named arguments to functions if necessary, i.e., if the name is not a valid R symbol (see ?make.names).
|
Loading