There was an error while loading. Please reload this page.
a6c55ea
For parallel computing, use of cores=0 argument now results in all but one core (parallel::detectCores()-1) rather than all cores.
cores=0
parallel::detectCores()-1
Small change to tests to avoid Note on CRAN.