Hi all,
My newest build passed cleanly on Linux and Windows (on Appveyor), but fails on OSX on Travis. This failure generates no logs in the R CMD Check Fail logs; in fact, it looks like the test suite never runs at all. There does appear to be a failure in the examples (namely, base::assign(".ptime", proc.time(), pos = "CheckExEnv")
, which I don’t recognize from my code but might be hiding somewhere) listed under R CMD Check logs. Would this prevent the test suite from running, and should it appear in the fail logs section?
Restarts haven’t seemed to help this, and the only other forum post I see on this topic (Build fails and there is no error (OSX)) doesn’t apply, as best I can tell.
Link to the build:
https://travis-ci.com/mikemahoney218/spacey/jobs/295557641
Thanks!