Skip to content

Fix CD plot warning#46

Closed
jemus42 wants to merge 2 commits into
mlr-org:mainfrom
jemus42:fix-cd-segment
Closed

Fix CD plot warning#46
jemus42 wants to merge 2 commits into
mlr-org:mainfrom
jemus42:fix-cd-segment

Conversation

@jemus42

@jemus42 jemus42 commented Aug 4, 2025

Copy link
Copy Markdown
Member

Closes #45.

I also switched the deprecated is.ggplot() with the alternative is_ggplot() ggplot2 messages about when running tests interactively.

I think it might also be a good idea to maybe refactor tests a little, at least to use expect_s3_class(class = "ggplot2") rather than expect_true(is_ggplot(...)) but that's another issue/PR.

@jemus42 jemus42 closed this by deleting the head repository May 5, 2026
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.

Using annotate() rather than geom_segment in critical difference plots to avoid warning

1 participant