Skip to content

Plot method for data_tabulate #128

Plot method for data_tabulate

Plot method for data_tabulate #128

Triggered via pull request August 31, 2023 13:38
Status Failure
Total duration 3m 22s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 7 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/plot.dw_data_tabulate.R#L30
file=R/plot.dw_data_tabulate.R,line=30,col=59,[numeric_leading_zero_linter] Include the leading zero for fractional numeric constants.
lint-changed-files / lint-changed-files: R/plot.dw_data_tabulate.R#L59
file=R/plot.dw_data_tabulate.R,line=59,col=58,[numeric_leading_zero_linter] Include the leading zero for fractional numeric constants.
lint-changed-files / lint-changed-files: R/plot.dw_data_tabulate.R#L67
file=R/plot.dw_data_tabulate.R,line=67,col=9,[any_is_na_linter] anyNA(x) is better than any(is.na(x)).
lint-changed-files / lint-changed-files: R/plot.dw_data_tabulate.R#L128
file=R/plot.dw_data_tabulate.R,line=128,col=44,[numeric_leading_zero_linter] Include the leading zero for fractional numeric constants.
lint-changed-files / lint-changed-files: R/plot.dw_data_tabulate.R#L134
file=R/plot.dw_data_tabulate.R,line=134,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint-changed-files / lint-changed-files: R/plot.dw_data_tabulate.R#L135
file=R/plot.dw_data_tabulate.R,line=135,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint-changed-files / lint-changed-files: tests/testthat/test-plot.dw_data_tabulate.R#L8
file=tests/testthat/test-plot.dw_data_tabulate.R,line=8,col=3,[expect_type_linter] expect_type(x, t) is better than expect_true(is.<t>(x))