Skip to content

standardize() fails in some cases #1593

standardize() fails in some cases

standardize() fails in some cases #1593

Triggered via pull request September 8, 2025 06:28
Status Failure
Total duration 19m 20s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 5 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: tests/testthat/test-standardize_models.R#L84
file=tests/testthat/test-standardize_models.R,line=84,col=5,[error] unexpected symbol
lint-changed-files / lint-changed-files: tests/testthat/test-standardize_models.R#L67
file=tests/testthat/test-standardize_models.R,line=67,col=30,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
lint-changed-files / lint-changed-files: R/standardize.models.R#L393
file=R/standardize.models.R,line=393,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
lint-changed-files / lint-changed-files: R/standardize.models.R#L367
file=R/standardize.models.R,line=367,col=13,[undesirable_function_linter] Avoid undesirable function "mapply".
lint-changed-files / lint-changed-files: R/standardize.models.R#L107
file=R/standardize.models.R,line=107,col=33,[function_argument_linter] Arguments without defaults should come before arguments with defaults.