Skip to content

tinyplot 0.6.0

tinyplot 0.6.0 #2062

Re-run triggered December 1, 2025 10:20
Status Failure
Total duration 5m 11s
Artifacts

lint-changed-files.yaml

on: pull_request
lint-changed-files  /  lint-changed-files
5m 3s
lint-changed-files / lint-changed-files
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: vignettes/plotting_tinyplot.Rmd#L109
file=vignettes/plotting_tinyplot.Rmd,line=109,col=8,[trailing_whitespace_linter] Remove trailing whitespace.
lint-changed-files / lint-changed-files: R/visualisation_recipe.R#L77
file=R/visualisation_recipe.R,line=77,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 131 characters.
lint-changed-files / lint-changed-files: R/tinyplot.R#L202
file=R/tinyplot.R,line=202,col=23,[unnecessary_nesting_linter] Reduce the nesting of this statement by removing the braces {}.
lint-changed-files / lint-changed-files: R/tinyplot.R#L140
file=R/tinyplot.R,line=140,col=22,[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.
lint-changed-files / lint-changed-files: R/tinyplot.R#L87
file=R/tinyplot.R,line=87,col=3,[object_overwrite_linter] 'transform' is an exported object from package 'base'. Avoid re-using such symbols.
lint-changed-files / lint-changed-files: R/tinyplot.R#L70
file=R/tinyplot.R,line=70,col=3,[object_overwrite_linter] 'data' is an exported object from package 'utils'. Avoid re-using such symbols.