Skip to content

spurious(?) viewport-too-small error with new ggplot2 version 3.5.0 #203

spurious(?) viewport-too-small error with new ggplot2 version 3.5.0

spurious(?) viewport-too-small error with new ggplot2 version 3.5.0 #203

Triggered via pull request March 4, 2024 21:09
Status Failure
Total duration 3m 35s
Artifacts

lint-changed-files.yaml

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

Annotations

1 error and 2 warnings
lint-changed-files / lint-changed-files
Process completed with exit code 31.
lint-changed-files / lint-changed-files: R/plot.check_heteroscedasticity.R#L10
file=R/plot.check_heteroscedasticity.R,line=10,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 125 characters.
lint-changed-files / lint-changed-files: R/plot.point_estimates.R#L23
file=R/plot.point_estimates.R,line=23,col=9,[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.