standardize()
fails in some cases
#1123
Annotations
1 error and 8 warnings
Extract and lint files changed by this PR
Process completed with exit code 31.
|
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#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.
|
Extract and lint files changed by this PR:
R/standardize.models.R#L376
file=R/standardize.models.R,line=376,col=13,[undesirable_function_linter] Avoid undesirable function "mapply".
|
Extract and lint files changed by this PR:
R/standardize.models.R#L402
file=R/standardize.models.R,line=402,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#L413
file=R/standardize.models.R,line=413,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#L487
file=R/standardize.models.R,line=487,col=5,[comparison_negation_linter] Use x != y, not !(x == y).
|
Extract and lint files changed by this PR:
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.
|
Extract and lint files changed by this PR:
tests/testthat/test-standardize_models.R#L84
file=tests/testthat/test-standardize_models.R,line=84,col=5,[error] unexpected symbol
|
Loading