Use list2DF() instead of as.data.frame(do.call(cbind...))) #17
lint-changed-files.yaml
on: pull_request
lint-changed-files
17m 27s
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`.
|