Skip to content

simplify format_col.default, allowing e.g. vctrs_list_of columns to print well #1958

simplify format_col.default, allowing e.g. vctrs_list_of columns to print well

simplify format_col.default, allowing e.g. vctrs_list_of columns to print well #1958

Triggered via pull request March 4, 2025 20:21
Status Failure
Total duration 2m 24s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
lint-md
Please fix the NEWS issues above.
lint-md
Process completed with exit code 1.
lint-r
Process completed with exit code 31.
lint-r: R/between.R#L22
file=R/between.R,line=22,col=7,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L643
file=R/data.table.R,line=643,col=24,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L760
file=R/data.table.R,line=760,col=19,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L1727
file=R/data.table.R,line=1727,col=27,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L1736
file=R/data.table.R,line=1736,col=26,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/data.table.R#L2167
file=R/data.table.R,line=2167,col=18,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/foverlaps.R#L1
file=R/foverlaps.R,line=1,col=33,[coalesce_linter] Use x %||% y instead of if (!is.null(x)) x else y.
lint-r: R/foverlaps.R#L81
file=R/foverlaps.R,line=81,col=23,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/IDateTime.R#L43
file=R/IDateTime.R,line=43,col=31,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
lint-r: R/IDateTime.R#L150
file=R/IDateTime.R,line=150,col=36,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.