statnet/network

In the speed tests, calibrate against machine speed to allow running in a virtual machine.

krivit opened this issue · 1 comments

R CMD check --use-valgrind on the package fails for network because tests/speedTests.R uses specific numbers for time limits on its tasks. This means that running inside a virtual machine like Valgrind, which slows down the execution, can trigger false positives.

This really belongs here so I'm going to transfer it.