data_rename
: mention use of unlist()
for named lists
#1258
Annotations
1 error and 6 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Extract and lint files changed by this PR:
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.
|
Extract and lint files changed by this PR:
R/standardize.models.R#L367
file=R/standardize.models.R,line=367,col=13,[undesirable_function_linter] Avoid undesirable function "mapply".
|
Extract and lint files changed by this PR:
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.
|
Extract and lint files changed by this PR:
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.
|
Extract and lint files changed by this PR:
R/standardize.models.R#L475
file=R/standardize.models.R,line=475,col=5,[comparison_negation_linter] Use x != y, not !(x == y).
|
Loading