Remove deprecated args, minor issues #66
Annotations
1 error and 11 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/estimate_contrasts.R#L16
file=R/estimate_contrasts.R,line=16,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
|
Extract and lint files changed by this PR:
R/estimate_grouplevel.R#L92
file=R/estimate_grouplevel.R,line=92,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 133 characters.
|
Extract and lint files changed by this PR:
R/estimate_slopes.R#L211
file=R/estimate_slopes.R,line=211,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/visualisation_recipe.estimate_predicted.R#L121
file=R/visualisation_recipe.estimate_predicted.R,line=121,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this function from 42 to at most 40.
|
Extract and lint files changed by this PR:
R/visualisation_recipe.estimate_predicted.R#L131
file=R/visualisation_recipe.estimate_predicted.R,line=131,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/visualisation_recipe.estimate_predicted.R#L139
file=R/visualisation_recipe.estimate_predicted.R,line=139,col=3,[object_overwrite_linter] 'jitter' is an exported object from package 'base'. Avoid re-using such symbols.
|
Extract and lint files changed by this PR:
R/visualisation_recipe.estimate_predicted.R#L172
file=R/visualisation_recipe.estimate_predicted.R,line=172,col=7,[object_overwrite_linter] 'jitter' is an exported object from package 'base'. Avoid re-using such symbols.
|
Extract and lint files changed by this PR:
R/visualisation_recipe.estimate_predicted.R#L197
file=R/visualisation_recipe.estimate_predicted.R,line=197,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 209 characters.
|
Extract and lint files changed by this PR:
R/visualisation_recipe.estimate_predicted.R#L225
file=R/visualisation_recipe.estimate_predicted.R,line=225,col=11,[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.
|
Extract and lint files changed by this PR:
R/visualisation_recipe.estimate_predicted.R#L254
file=R/visualisation_recipe.estimate_predicted.R,line=254,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 165 characters.
|
Loading