Do not error when bootstrapping CIs if sample is too sparse #1053
Annotations
1 error and 6 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Run r-lib/actions/setup-r-dependencies@v2
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Extract and lint files changed by this PR:
R/describe_distribution.R#L203
file=R/describe_distribution.R,line=203,col=11,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
Extract and lint files changed by this PR:
tests/testthat/test-describe_distribution.R#L295
file=tests/testthat/test-describe_distribution.R,line=295,col=5,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
Extract and lint files changed by this PR:
tests/testthat/test-describe_distribution.R#L295
file=tests/testthat/test-describe_distribution.R,line=295,col=51,[infix_spaces_linter] Put spaces around all infix operators.
|
Extract and lint files changed by this PR:
tests/testthat/test-describe_distribution.R#L295
file=tests/testthat/test-describe_distribution.R,line=295,col=57,[commas_linter] Put a space after a comma.
|
Extract and lint files changed by this PR:
tests/testthat/test-describe_distribution.R#L299
file=tests/testthat/test-describe_distribution.R,line=299,col=36,[trailing_whitespace_linter] Remove trailing whitespace.
|
Loading