Remove deprecated args, minor issues #164
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
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.
|
Lint:
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.
|
Lint:
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.
|
Lint:
R/reshape_grouplevel.R#L27
file=R/reshape_grouplevel.R,line=27,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|
Lint:
R/reshape_grouplevel.R#L60
file=R/reshape_grouplevel.R,line=60,col=15,[fixed_regex_linter] Use ":" with fixed = TRUE here. This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute.
|
Lint:
R/reshape_grouplevel.R#L61
file=R/reshape_grouplevel.R,line=61,col=65,[fixed_regex_linter] Use ":" with fixed = TRUE here. This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute.
|
Lint:
R/reshape_grouplevel.R#L62
file=R/reshape_grouplevel.R,line=62,col=43,[fixed_regex_linter] Use ":" with fixed = TRUE here. This regular expression is static, i.e., its matches can be expressed as a fixed substring expression, which is faster to compute.
|
Lint:
R/reshape_grouplevel.R#L70
file=R/reshape_grouplevel.R,line=70,col=5,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|
Lint:
R/reshape_grouplevel.R#L71
file=R/reshape_grouplevel.R,line=71,col=5,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.
|
Lint:
R/smoothing.R#L86
file=R/smoothing.R,line=86,col=22,[paste_linter] Use paste(), not paste0(), to collapse a character vector when sep= is not used.
|
Loading