r-lib / testthat

An R 📦 to make testing 😀
https://testthat.r-lib.org
Other
868 stars 313 forks source link

Reinforce that skip is due to a package #1959

Open MichaelChirico opened 1 month ago

MichaelChirico commented 1 month ago

Have observed this with some packages that might not easily be detected as such, e.g.

skip_if_not_installed("parameters")
skip_if_not_installed("stats")

Alternatively, we could quote-wrap the name to make it clear the package is not a normal noun.