Skip to content

include_reference = TRUE doesn't work in combination with as.factor() #420

include_reference = TRUE doesn't work in combination with as.factor()

include_reference = TRUE doesn't work in combination with as.factor() #420

Triggered via pull request March 14, 2024 22:03
Status Failure
Total duration 3m 22s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 8 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/utils_format.R#L525
file=R/utils_format.R,line=525,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 42 to at most 40.
lint-changed-files / lint-changed-files: R/utils_format.R#L531
file=R/utils_format.R,line=531,col=44,[function_argument_linter] Arguments without defaults should come before arguments with defaults.
lint-changed-files / lint-changed-files: R/utils_format.R#L894
file=R/utils_format.R,line=894,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 101 to at most 40.
lint-changed-files / lint-changed-files: R/utils_format.R#L955
file=R/utils_format.R,line=955,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 129 characters.
lint-changed-files / lint-changed-files: R/utils_format.R#L1073
file=R/utils_format.R,line=1073,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 126 characters.
lint-changed-files / lint-changed-files: R/utils_format.R#L1153
file=R/utils_format.R,line=1153,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
lint-changed-files / lint-changed-files: R/utils_format.R#L1154
file=R/utils_format.R,line=1154,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
lint-changed-files / lint-changed-files: R/utils.R#L147
file=R/utils.R,line=147,col=14,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.