doParabar 1.0.2
Changed
- Improve README.mdnote style.
- Add link to the foreachvignette provided in theparabarpackage.
Fixed
- Fixed DESCRIPTIONin line withCRANcomments.
doParabar 1.0.1
Fixed
- Changed TitleinDESCRIPTIONto follow the
title case convention as perCRANrecommendation.
doParabar 1.0.0
Added
- Add implementation for the %dopar%foreachoperator via functiondoParabar::doPar.
- Add getNumberOfWorkershelper to get the number of
cores for the currently registered backend.
- Add parabarInfohelper to get the registeredparabarbackend details.
- Add debugMessagehelper to print debug messages in
verbose mode.
- Add registerDoParabarfunction to register thedoParimplementation for the%dopar%operator.
- Add package logo and template based on the parabarpackage.
- Add package documentation.