Skip to content

add error message for missing strata #364

add error message for missing strata

add error message for missing strata #364

Triggered via pull request October 13, 2024 20:30
Status Failure
Total duration 27m 35s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files
27m 26s
lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
lint-changed-files
Process completed with exit code 31.
lint-changed-files
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
lint-changed-files: R/est.incidence.by.R#L70
file=R/est.incidence.by.R,line=70,col=1,[cyclocomp_linter] Functions should have cyclomatic complexity of less than 15, this has 21.
lint-changed-files: R/est.incidence.by.R#L70
file=R/est.incidence.by.R,line=70,col=1,[object_name_linter] Variable and function name style should match snake_case or symbols.
lint-changed-files: R/est.incidence.by.R#L128
file=R/est.incidence.by.R,line=128,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#L250
file=R/est.incidence.by.R,line=250,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.