Add select parameter to fwrite() to avoid temporary objects #3443
code-quality.yaml
on: pull_request
lint-r
2m 56s
lint-c
1m 2s
lint-po
1m 18s
lint-md
57s
lint-rd
1m 32s
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.
|