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
Right now devtools::test() takes forever and never makes it past checkVizPackages. can we get this fixed so we can run tests locally again?
==> devtools::test()
Loading vizlab
Loading required package: testthat
Testing vizlab
v | OK F W S | Context
v | 2 | analytics
| | 0 39 | checkVizPackages
Exited with status 15.
where 39 keeps growing, on into the hundreds and thousands, without ever seeming to progress past this point.
The text was updated successfully, but these errors were encountered:
Right now
devtools::test()
takes forever and never makes it pastcheckVizPackages
. can we get this fixed so we can run tests locally again?where
39
keeps growing, on into the hundreds and thousands, without ever seeming to progress past this point.The text was updated successfully, but these errors were encountered: