thomasp85/patchwork

Consider adding a suggested package check in tests/testthat/test-arithmetic.R

michaelquinn32 opened this issue · 0 comments

Hi!

I hope this finds you well.

An expectation in test-arithmetic.R relies on gridGraphics, a suggested package. (line 22)

Would you mind adding a skip_if_not_installed() check so that the test can still complete without the suggested package?

Thanks!