Error checking normality for t.test #435
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 43s
Annotations
1 error and 4 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
|
lint-changed-files / lint-changed-files:
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.
|
lint-changed-files / lint-changed-files:
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.
|
lint-changed-files / lint-changed-files:
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.
|
lint-changed-files / lint-changed-files:
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.
|