nCores (was cores),
write (was save), and name. The
new-style arguments cores and save are still
accepted via ... but will produce a deprecation warning and
will be removed in a future release.Restored parSim_dt(), the data.table-based variant
of parSim(). The parallel backend has been updated to use
parabar (replacing snow and
pbapply), while retaining data.table internals
for efficient data handling.
Added env argument to both parSim() and
parSim_dt(), defaulting to parent.frame().
This fixes an issue where the export argument could not
find variables defined in the caller’s environment when
parSim() was called from within a function (GitHub issue
#10).
parSim_dt().snow to
parabar.parabar.configure_bar() function (re-exported from
parabar).replications argument (deprecating
reps).dplyr for result
handling.parSim_dt() function using
data.table internals.exclude argument to exclude simulation
conditions.nCores argument for parallel execution.write and name arguments for saving
results to file.