You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait, there is a case in tests/testthat/test-hazrd_tmle.R that relies on the cuminc function. It would be nice to wrap that in a skip_if_not_installed().
Hi David!
I hope all is well.
There are two test files that have library calls to suggested packages:
I was able to remove these calls from the file without tests failing. Are they spurious?
Otherwise, could you consider a non-failing condition for these? Something like
require()
orskip_if_not_installed()
.https://testthat.r-lib.org/reference/skip.html
Thanks!
The text was updated successfully, but these errors were encountered: