Skip to content

Simple glms no longer supported? #780

Simple glms no longer supported?

Simple glms no longer supported? #780

Triggered via pull request November 29, 2023 18:27
Status Success
Total duration 9m 3s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/check_collinearity.R#L446
file=R/check_collinearity.R,line=446,col=4,[indentation_linter] Indentation should be 8 spaces but is 4 spaces.
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_heterogeneity_bias.R#L34
file=R/check_heterogeneity_bias.R,line=34,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 137 characters.
lint / lint: R/check_heterogeneity_bias.R#L36
file=R/check_heterogeneity_bias.R,line=36,col=5,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
lint / lint: R/check_heterogeneity_bias.R#L45
file=R/check_heterogeneity_bias.R,line=45,col=5,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
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#L120
file=R/check_homogeneity.R,line=120,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 151 characters.
lint / lint: R/check_homogeneity.R#L149
file=R/check_homogeneity.R,line=149,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.