Skip to content

Use dev insight

Use dev insight #156

Triggered via push November 3, 2024 09:53
Status Success
Total duration 0s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
lint / lint
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
lint / lint
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
lint / lint: R/estimate_contrasts.R#L17
file=R/estimate_contrasts.R,line=17,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
lint / lint: R/estimate_slopes.R#L216
file=R/estimate_slopes.R,line=216,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 121 characters.
lint / lint: 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.
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.