Release 0.13.0 #1052
Annotations
1 error and 3 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Extract and lint files changed by this PR:
tests/testthat/test-categorize.R#L130
file=tests/testthat/test-categorize.R,line=130,col=7,[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-categorize.R#L189
file=tests/testthat/test-categorize.R,line=189,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-categorize.R#L196
file=tests/testthat/test-categorize.R,line=196,col=5,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
Loading