Skip to content

data_rename: mention use of unlist() for named lists #1258

data_rename: mention use of unlist() for named lists

data_rename: mention use of unlist() for named lists #1258

Triggered via pull request January 3, 2025 22:18
Status Failure
Total duration 1m 54s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 6 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.
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#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#L404
file=R/standardize.models.R,line=404,col=3,[object_overwrite_linter] 'text' is an exported object from package 'graphics'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/standardize.models.R#L475
file=R/standardize.models.R,line=475,col=5,[comparison_negation_linter] Use x != y, not !(x == y).