Closed mcol closed 2 months ago
Some bisecting has eventually led me to identify test_combine_DeDr.R
as a potential culprit: it turns out that it sets par(mfrow=c(2,2))
but does not undo it, and that creates the problem above when calling split.screen()
.
Fixed by 80f1031.
This doesn't fail when run on it own, but if run by
devtools::test()
(or just after it), it will fail:Presumably some test run before we reach this is messing up our state.