Skip to content

Fix handling of complex data types in data.table joins #1360

Fix handling of complex data types in data.table joins

Fix handling of complex data types in data.table joins #1360

Triggered via pull request December 19, 2024 05:59
Status Failure
Total duration 1m 53s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
lint-r
Process completed with exit code 31.
lint-md
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-po
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-c
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-r
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint-r: R/bmerge.R#L5
file=R/bmerge.R,line=5,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.
lint-r: R/bmerge.R#L7
file=R/bmerge.R,line=7,col=74,[trailing_whitespace_linter] Remove trailing whitespace.