data_rename()
doesn't accept empty replacement anymore
#1029
Annotations
1 error and 7 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
Extract and lint files changed by this PR:
R/data_rename.R#L54
file=R/data_rename.R,line=54,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 134 characters.
|
Extract and lint files changed by this PR:
R/standardize.models.R#L99
file=R/standardize.models.R,line=99,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#L102
file=R/standardize.models.R,line=102,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|
Extract and lint files changed by this PR:
R/standardize.models.R#L368
file=R/standardize.models.R,line=368,col=13,[undesirable_function_linter] Avoid undesirable function "mapply".
|
Extract and lint files changed by this PR:
R/standardize.models.R#L394
file=R/standardize.models.R,line=394,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#L405
file=R/standardize.models.R,line=405,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#L479
file=R/standardize.models.R,line=479,col=5,[comparison_negation_linter] Use x != y, not !(x == y).
|
Loading