Skip to content

Add select parameter to fwrite() to avoid temporary objects #3443

Add select parameter to fwrite() to avoid temporary objects

Add select parameter to fwrite() to avoid temporary objects #3443

Triggered via pull request August 15, 2025 16:49
Status Failure
Total duration 3m 1s
Artifacts

code-quality.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
lint-r
Process completed with exit code 31.
lint-r: R/fwrite.R#L46
file=R/fwrite.R,line=46,col=16,[is_numeric_linter] Use `is.numeric(x)` instead of the equivalent `is.numeric(x) || is.integer(x)`. Use is.double(x) to test for objects stored as 64-bit floating point.