Skip to content

Error checking normality for t.test #435

Error checking normality for t.test

Error checking normality for t.test #435

Triggered via pull request February 23, 2024 15:09
Status Failure
Total duration 3m 2s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
2m 43s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

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.