Skip to content

add error message for missing strata #64

add error message for missing strata

add error message for missing strata #64

Triggered via pull request September 23, 2024 23:47
Status Failure
Total duration 24m 25s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
24m 16s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files: R/est.incidence.by.R#L69
file=R/est.incidence.by.R,line=69,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 21.
lint-changed-files: R/est.incidence.by.R#L69
file=R/est.incidence.by.R,line=69,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint-changed-files: R/est.incidence.by.R#L127
file=R/est.incidence.by.R,line=127,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint-changed-files: R/est.incidence.by.R#L166
file=R/est.incidence.by.R,line=166,col=5,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint-changed-files: R/est.incidence.by.R#L182
file=R/est.incidence.by.R,line=182,col=5,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint-changed-files: R/est.incidence.by.R#L203
file=R/est.incidence.by.R,line=203,col=5,[brace_linter] Closing curly-braces should always be on their own line, unless they are followed by an else.
lint-changed-files: R/est.incidence.by.R#L203
file=R/est.incidence.by.R,line=203,col=25,[assignment_linter] Use <-, not ->, for assignment.
lint-changed-files: R/est.incidence.by.R#L211
file=R/est.incidence.by.R,line=211,col=5,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint-changed-files: R/est.incidence.by.R#L247
file=R/est.incidence.by.R,line=247,col=3,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint-changed-files: tests/testthat/test-est.incidence.by.R#L21
file=tests/testthat/test-est.incidence.by.R,line=21,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 113 characters.