Skip to content

Support dcchoice

Support dcchoice #348

Triggered via pull request October 24, 2023 12:56
@strengejackestrengejacke
synchronize #817
dcchoice
Status Failure
Total duration 46m 13s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
5m 12s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/n_obs.R#L145
file=R/n_obs.R,line=145,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`.