Skip to content

data_tabulate() gains by argument for crosstables #729

data_tabulate() gains by argument for crosstables

data_tabulate() gains by argument for crosstables #729

Triggered via pull request February 13, 2024 14:01
Status Failure
Total duration 2m 22s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 5 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/data_tabulate.R#L154
file=R/data_tabulate.R,line=154,col=5,[unnecessary_nesting_linter] Simplify this condition by using 'else if' instead of 'else { if.
lint-changed-files / lint-changed-files: R/data_xtabulate.R#L22
file=R/data_xtabulate.R,line=22,col=5,[unnecessary_nesting_linter] Simplify this condition by using 'else if' instead of 'else { if.
lint-changed-files / lint-changed-files: R/data_xtabulate.R#L155
file=R/data_xtabulate.R,line=155,col=5,[object_overwrite_linter] 'sub' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/data_xtabulate.R#L161
file=R/data_xtabulate.R,line=161,col=5,[object_overwrite_linter] 'sub' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: tests/testthat/test-data_tabulate.R#L39
file=tests/testthat/test-data_tabulate.R,line=39,col=5,[commented_code_linter] Remove commented code.