Skip to content

tinyplot 0.6.0

tinyplot 0.6.0 #2420

Re-run triggered December 1, 2025 10:20
Status Success
Total duration 6m 2s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / lint: R/format.R#L225
file=R/format.R,line=225,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this expression from 52 to at most 40. Consider replacing high-complexity sections like loops and branches with helper functions.
lint / lint: R/format.R#L58
file=R/format.R,line=58,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/format.R#L54
file=R/format.R,line=54,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/format.R#L50
file=R/format.R,line=50,col=5,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/format.R#L47
file=R/format.R,line=47,col=3,[object_overwrite_linter] 'by' is an exported object from package 'base'. Avoid re-using such symbols.
lint / lint: R/estimate_slopes.R#L108
file=R/estimate_slopes.R,line=108,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 124 characters.
lint / lint: R/estimate_slopes.R#L48
file=R/estimate_slopes.R,line=48,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
lint / lint: R/estimate_predicted.R#L367
file=R/estimate_predicted.R,line=367,col=1,[cyclocomp_linter] Reduce the cyclomatic complexity of this expression from 61 to at most 40. Consider replacing high-complexity sections like loops and branches with helper functions.
lint / lint: R/estimate_grouplevel.R#L47
file=R/estimate_grouplevel.R,line=47,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 163 characters.
lint / lint: R/estimate_contrast_methods.R#L231
file=R/estimate_contrast_methods.R,line=231,col=7,[if_not_else_linter] Prefer `if (A) x else y` to the less-readable `if (!A) y else x` in a simple if/else statement.