Reports how many threads the rolling computations would put to work on a
large enough input. The options(RcppRoll.threads) value, when set,
must be a positive integer scalar; otherwise the count defers to the
OpenMP runtime
default (typically controlled through the OMP_NUM_THREADS
environment variable). Small inputs are always computed serially, and
results do not depend on the number of threads used.