jepusto / scdhlm

An R package for estimating between-case standardized mean difference effect sizes for single-case designs. The package implements the methods proposed in Hedges, Pustejovsky, & Shadish (2012, 2013) and Pustejovsky, Hedges, & Shadish (2014).
http://jepusto.github.io/scdhlm/
4 stars 1 forks source link

Update tests #115

Closed teunbrand closed 9 months ago

teunbrand commented 10 months ago

Hello there,

We have been preparing a new release of ggplot2 and during a reverse dependency check, it became apparent that the prospective ggplot2 3.5.0 would break scdhlm.

Briefly, we've updated the result object from ggplot(), which broke some tests that assumed equility in some plot components. This PR exclude some of the new items from the test of equality.

To test the code changes with the release candidate, you can install it with the code below:

remotes::install_github("tidyverse/ggplot2", ref = remotes::github_pull("5592"))

The release of ggplot2 3.5.0 is scheduled for the 12th of February. The progress of the release can be tracked in https://github.com/tidyverse/ggplot2/issues/5588. We hope that this PR might help scdhlm get out a fix if necessary.