Error checking normality for t.test #434
Annotations
2 errors and 6 warnings
|
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Extract and lint files changed by this PR:
R/check_htest.R#L163
file=R/check_htest.R,line=163,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
Extract and lint files changed by this PR:
R/check_htest.R#L186
file=R/check_htest.R,line=186,col=52,[unnecessary_concatenation_linter] Remove unnecessary c() of a constant expression. Replace with as.vector() if c() is used to strip attributes, e.g. in converting an array to a vector.
|
Extract and lint files changed by this PR:
R/check_htest.R#L186
file=R/check_htest.R,line=186,col=81,[unnecessary_concatenation_linter] Remove unnecessary c() of a constant expression. Replace with as.vector() if c() is used to strip attributes, e.g. in converting an array to a vector.
|
Extract and lint files changed by this PR:
R/check_htest.R#L189
file=R/check_htest.R,line=189,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 177 characters.
|
Extract and lint files changed by this PR:
tests/testthat/test-check_homogeneity.R#L24
file=tests/testthat/test-check_homogeneity.R,line=24,col=25,[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-check_homogeneity.R#L25
file=tests/testthat/test-check_homogeneity.R,line=25,col=25,[implicit_assignment_linter] Avoid implicit assignments in function calls. For example, instead of `if (x <- 1L) { ... }`, write `x <- 1L; if (x) { ... }`.
|
The logs for this run have expired and are no longer available.
Loading