Skip to content

Remove deprecated args, minor issues #159

Remove deprecated args, minor issues

Remove deprecated args, minor issues #159

Triggered via pull request December 13, 2024 12:53
Status Success
Total duration 2m 43s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / 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 / 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 / lint: R/get_emtrends.R#L74
file=R/get_emtrends.R,line=74,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
lint / 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 / 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 / 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 / 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 / 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 / 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 / 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.