Test that fails when devtools isn't installed #247
Closed
Milestone
Comments
I know I am not Kirill, but it looks like adding the following before tests/testthat/test-mock.r#L119-L121 should fix this if (!"devtools" %in% installed.packages()[, "Package"])
skip("devtools is not installed") |
FWIW if (!length(find.package("devtools", quiet=TRUE))) |
Thanks, @jimhester and @s-u. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from @s-u
@krlmlr can you please take a look?
The text was updated successfully, but these errors were encountered: