NEWS
doParabar 1.0.2 (2024-12-19)
Changed
- Improve
README.md
note style.
- Add link to the
foreach
vignette provided in the parabar
package.
Fixed
- Fixed
DESCRIPTION
in line with CRAN
comments.
doParabar 1.0.1
Fixed
- Changed
Title
in DESCRIPTION
to follow the title case convention as per
CRAN
recommendation.
doParabar 1.0.0
Added
- Add implementation for the
%dopar%
foreach
operator via function
doParabar::doPar
.
- Add
getNumberOfWorkers
helper to get the number of cores for the currently
registered backend.
- Add
parabarInfo
helper to get the registered parabar
backend details.
- Add
debugMessage
helper to print debug messages in verbose mode.
- Add
registerDoParabar
function to register the doPar
implementation for
the %dopar%
operator.
- Add package logo and template based on the
parabar
package.
- Add package documentation.