File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11Package: parabar
22Title: Progress Bar for Parallel Tasks
3- Version: 1.3 .0
3+ Version: 1.4 .0
44Authors@R:
55 person(given = "Mihai",
66 family = "Constantin",
Original file line number Diff line number Diff line change 1+ # parabar 1.4.0
2+
3+ ## Added
4+ - Add vignette ` foreach.Rmd ` to illustrate how ` parabar ` can be used in
5+ conjunction with the ` foreach ` package. The implementation for the ` %dopar% `
6+ operator is provided by the
7+ [ ` doParabar ` ] ( https://github.com/mihaiconstantin/doParabar ) package. The
8+ ` foreach.Rmd ` vignette is locally build from the ` foreach.Rmd.orig ` file.
9+
110# parabar 1.3.0
211
312## Added
Original file line number Diff line number Diff line change 2424</p >
2525<!-- badges: end -->
2626
27- A [ ` parabar ` ] ( https://parabar.mihaiconstantin.com ) is a package designed to
27+ [ ` parabar ` ] ( https://parabar.mihaiconstantin.com ) is a package designed to
2828provide a simple interface for executing tasks in parallel, while also providing
2929functionality for tracking and displaying the progress of the tasks.
3030
You can’t perform that action at this time.
0 commit comments