Skip to content

Merge pull request #262 from guspan-tanadi/graph #147

Merge pull request #262 from guspan-tanadi/graph

Merge pull request #262 from guspan-tanadi/graph #147

Triggered via push August 23, 2024 11:11
Status Success
Total duration 5m 55s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: 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.
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.
lint / lint: R/smoothing.R#L87
file=R/smoothing.R,line=87,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 132 characters.