Skip to content

Conversation

mcol
Copy link
Contributor

@mcol mcol commented Sep 16, 2025

This fixes a warning and one of the two failing tests, the latter by accepting the new snapshot. Details are in the single commit messages.

Unfortunately I couldn't figure out the second failure, it may have to do with changes to theme().

Fixes the following warning raised when running tests:

Warning (test-expect-doppelganger.R:32:5): no 'svglite supports one page' error (r-lib#85)
The `size` argument of `element_line()` is deprecated as of ggplot2 3.4.0.
ℹ Please use the `linewidth` argument instead.
This is due to changes to geom_histogram() occurred in ggplot2 4.0.0
(tidyverse/ggplot2#5891).

By setting the `bins` argument we avoid  this message being printed:

`stat_bin()` using `bins = 30`. Pick better value `binwidth`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant