Suggestion of new function: describe_missing()
#1213
Annotations
1 error and 4 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Extract and lint files changed by this PR:
R/describe_missing.R#L68
file=R/describe_missing.R,line=68,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.
|
Extract and lint files changed by this PR:
R/describe_missing.R#L70
file=R/describe_missing.R,line=70,col=7,[condition_call_linter] Use stop(., call. = FALSE) not to display the call in an error message.
|
Extract and lint files changed by this PR:
tests/testthat/test-describe_missing.R#L23
file=tests/testthat/test-describe_missing.R,line=23,col=9,[strings_as_factors_linter] Supply an explicit value for stringsAsFactors for this code to work before and after R version 4.0.
|
Loading