Skip to content

Use list2DF() instead of as.data.frame(do.call(cbind...))) #17

Use list2DF() instead of as.data.frame(do.call(cbind...)))

Use list2DF() instead of as.data.frame(do.call(cbind...))) #17

Triggered via pull request June 23, 2024 16:50
@BisalooBisaloo
synchronize #28
future-R
Status Failure
Total duration 17m 35s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
17m 27s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
lint-changed-files
Process completed with exit code 31.
lint-changed-files: R/get_spec.R#L83
file=R/get_spec.R,line=83,col=7,[if_not_else_linter] In a simple if/else statement, prefer `if (A) x else y` to the less-readable `if (!A) y else x`.