Fix handling of complex data types in data.table joins #1360
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.
|