Rename at
arguments into by
#32
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/estimate_slopes.R#L212
file=R/estimate_slopes.R,line=212,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/get_emtrends.R#L87
file=R/get_emtrends.R,line=87,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/visualisation_recipe.estimate_means.R#L84
file=R/visualisation_recipe.estimate_means.R,line=84,col=62,[redundant_equals_linter] Using != on a logical vector is redundant. Well-named logical vectors can be used directly in filtering. For data.table's `i` argument, wrap the column name in (), like `DT[(is_treatment)]`.
|
Extract and lint files changed by this PR:
R/visualisation_recipe.estimate_slopes.R#L51
file=R/visualisation_recipe.estimate_slopes.R,line=51,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_slopes.R#L53
file=R/visualisation_recipe.estimate_slopes.R,line=53,col=18,[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:
R/visualisation_recipe.estimate_slopes.R#L53
file=R/visualisation_recipe.estimate_slopes.R,line=53,col=18,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
|
Extract and lint files changed by this PR:
R/visualisation_recipe.estimate_slopes.R#L55
file=R/visualisation_recipe.estimate_slopes.R,line=55,col=3,[brace_linter] Closing curly-braces should always be on their own line, unless they are followed by an else.
|
Loading