Draft pool_means()
and pool_comparisons()
#945
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 41s
Annotations
1 error and 6 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
R/get_marginalmeans.R#L225
file=R/get_marginalmeans.R,line=225,col=9,[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-changed-files / lint-changed-files:
R/get_marginalmeans.R#L232
file=R/get_marginalmeans.R,line=232,col=32,[fixed_regex_linter] Use "\n" with fixed = TRUE here. This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute.
|
lint-changed-files / lint-changed-files:
R/table_footer.R#L10
file=R/table_footer.R,line=10,col=3,[object_overwrite_linter] 'predict' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/table_footer.R#L15
file=R/table_footer.R,line=15,col=3,[object_overwrite_linter] 'transform' is an exported object from package 'base'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/table_footer.R#L86
file=R/table_footer.R,line=86,col=5,[object_overwrite_linter] 'predict' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/table_footer.R#L98
file=R/table_footer.R,line=98,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 127 characters.
|