Closed HenrikBengtsson closed 4 years ago
Forgot to say, this only happens when you check without {imager} installed.
Thank you!
Note for future reference: it might be cleaner to use conditional examples when roxygen2 supports it (https://github.com/gaborcsardi/roxygenlabs#conditional-examples)
Hi. I'm running revdepcheck:s on {progressr} and spotted a potential issue with your package where I get check errors on `example("img_conversion"):
Despite
\donttest{}
, I think this example needs to run conditionally on:You could hide that pre- and post- statement in a
\dontshow{}
If {imager} would disappear from CRAN, then I think your package might fail the same way on CRAN too.