Skip to content

Vignette for check model #1051

Vignette for check model

Vignette for check model #1051

Triggered via pull request April 5, 2024 09:42
@strengejackestrengejacke
synchronize #575
vignette
Status Success
Total duration 1h 4m 41s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/check_collinearity.R#L408
file=R/check_collinearity.R,line=408,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 44 to at most 40.
lint / lint: R/check_convergence.R#L35
file=R/check_convergence.R,line=35,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 189 characters.
lint / lint: R/check_heteroscedasticity.R#L57
file=R/check_heteroscedasticity.R,line=57,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 151 characters.
lint / lint: R/check_homogeneity.R#L73
file=R/check_homogeneity.R,line=73,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 166 characters.
lint / lint: R/check_homogeneity.R#L80
file=R/check_homogeneity.R,line=80,col=3,[if_switch_linter] Prefer switch() statements over repeated if/else equality tests, e.g., switch(x, a = 1, b = 2) over if (x == "a") 1 else if (x == "b") 2.
lint / lint: R/check_homogeneity.R#L160
file=R/check_homogeneity.R,line=160,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 141 characters.
lint / lint: R/check_htest.R#L17
file=R/check_htest.R,line=17,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 132 characters.
lint / lint: R/check_htest.R#L40
file=R/check_htest.R,line=40,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 132 characters.
lint / lint: R/check_htest.R#L200
file=R/check_htest.R,line=200,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 177 characters.
lint / lint: R/check_model.R#L63
file=R/check_model.R,line=63,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 130 characters.