Bump required R version to 4.0 #1178
lint-changed-files.yaml
on: pull_request
lint-changed-files
/
lint-changed-files
2m 12s
Annotations
1 error and 11 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/data_match.R#L109
file=R/data_match.R,line=109,col=24,[function_argument_linter] Arguments without defaults should come before arguments with defaults. Consider setting the default to NULL and using is.null() instead of using missing()
|
lint-changed-files / lint-changed-files:
R/ranktransform.R#L57
file=R/ranktransform.R,line=57,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/ranktransform.R#L73
file=R/ranktransform.R,line=73,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
|
lint-changed-files / lint-changed-files:
R/smoothness.R#L42
file=R/smoothness.R,line=42,col=5,[object_overwrite_linter] 'smooth' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/smoothness.R#L44
file=R/smoothness.R,line=44,col=5,[object_overwrite_linter] 'smooth' is an exported object from package 'stats'. Avoid re-using such symbols.
|
lint-changed-files / lint-changed-files:
R/smoothness.R#L48
file=R/smoothness.R,line=48,col=9,[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.
|
lint-changed-files / lint-changed-files:
R/smoothness.R#L59
file=R/smoothness.R,line=59,col=7,[object_overwrite_linter] 'smooth' is an exported object from package 'stats'. Avoid re-using such symbols.
|
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#L110
file=R/standardize.models.R,line=110,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|
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".
|