Skip to content

Commit 60df61c

Browse files
Merge pull request #83 from mihaiconstantin/release/1.4.0
Release `1.4.0`
2 parents 58bf690 + e5d2f2c commit 60df61c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parabar
22
Title: Progress Bar for Parallel Tasks
3-
Version: 1.3.0
3+
Version: 1.4.0
44
Authors@R:
55
person(given = "Mihai",
66
family = "Constantin",

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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
2828
provide a simple interface for executing tasks in parallel, while also providing
2929
functionality for tracking and displaying the progress of the tasks.
3030

0 commit comments

Comments
 (0)