Simplify error for := under with=FALSE #1983
Annotations
1 error and 10 warnings
|
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#L757
file=R/data.table.R,line=757,col=19,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
|
lint-r:
R/data.table.R#L1724
file=R/data.table.R,line=1724,col=27,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
|
lint-r:
R/data.table.R#L1733
file=R/data.table.R,line=1733,col=26,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
|
lint-r:
R/data.table.R#L1939
file=R/data.table.R,line=1939,col=5,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
|
lint-r:
R/data.table.R#L2164
file=R/data.table.R,line=2164,col=18,[coalesce_linter] Use x %||% y instead of if (is.null(x)) y else x.
|
|
lint-r:
R/data.table.R#L3118
file=R/data.table.R,line=3118,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
|
lint-r:
R/data.table.R#L3342
file=R/data.table.R,line=3342,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
|
lint-r:
R/fcast.R#L254
file=R/fcast.R,line=254,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|