Skip to content

Commit 67c2b0c

Browse files
Merge branch 'release/1.0.2' into 'main'
2 parents 1a28e86 + 17569e6 commit 67c2b0c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
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.0.1
3+
Version: 1.0.2
44
Authors@R:
55
person(given = "Mihai",
66
family = "Constantin",

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# parabar 1.0.2
2+
3+
## Fixed
4+
- Fixed `URLs` in package documentation per `CRAN` request.
5+
16
# parabar 1.0.1
27

38
## Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="https://github.com/mihaiconstantin/parabar/releases"><img src="https://img.shields.io/github/v/release/mihaiconstantin/parabar?display_name=tag&sort=semver" alt="GitHub version"/></a>
1717
<a href="https://cran.r-project.org/package=parabar "><img src="https://www.r-pkg.org/badges/version/parabar" alt="CRAN version"/></a>
1818
<a href="https://www.r-pkg.org/pkg/parabar"><img src="https://cranlogs.r-pkg.org/badges/grand-total/parabar" alt="CRAN RStudio mirror downloads"/></a>
19-
<a href="https://codecov.io/gh/mihaiconstantin/parabar"><img src="https://codecov.io/gh/mihaiconstantin/parabar/branch/main/graph/badge.svg?token=1NZWRKQH1T" alt="Code coverage"/></a>
19+
<a href="https://app.codecov.io/gh/mihaiconstantin/parabar"><img src="https://codecov.io/gh/mihaiconstantin/parabar/branch/main/graph/badge.svg?token=1NZWRKQH1T" alt="Code coverage"/></a>
2020
<a href="https://github.com/mihaiconstantin/parabar/actions"><img src="https://github.com/mihaiconstantin/parabar/workflows/R-CMD-check/badge.svg" alt="R-CMD-check" /></a>
2121
<a href="https://cran.r-project.org/web/checks/check_results_parabar.html"><img src="https://badges.cranchecks.info/worst/parabar.svg" alt="CRAN checks"/></a>
2222
<a href="https://parabar.mihaiconstantin.com"><img src="https://img.shields.io/badge/docs-website-brightgreen" alt="Documentation website"/></a>
@@ -493,4 +493,4 @@ Check out the UML diagram below for a quick overview of the package design.
493493
## License
494494
- The package source code in this repository is licensed under the [MIT
495495
license](https://opensource.org/license/mit/).
496-
- <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://parabar.mihaiconstantin.com">The documentation, vignettes, and other website materials</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://mihaiconstantin.com">Mihai Constantin</a> are licensed under <a href="http://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"></a>.</p>
496+
- <p xmlns:cc="https://creativecommons.org/ns#" xmlns:dct="https://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://parabar.mihaiconstantin.com">The documentation, vignettes, and other website materials</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://mihaiconstantin.com">Mihai Constantin</a> are licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"></a>.</p>

vignettes/comparison.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ for writing and reading the execution progress.
187187

188188
## Progress tracking with `pbapply`
189189

190-
[`pbapply`](https://peter.solymos.org/pbapply) is a versatile package that
190+
[`pbapply`](https://peter.solymos.org/pbapply/) is a versatile package that
191191
provides progress tracking for various backends and vectorized `R` functions in
192192
the `*apply` family. To understand how `pbapply` approaches progress tracking,
193193
we can take a look at the implementation details of the `?pbapply::pblapply`

vignettes/comparison.Rmd.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ for writing and reading the execution progress.
218218

219219
## Progress tracking with `pbapply`
220220

221-
[`pbapply`](https://peter.solymos.org/pbapply) is a versatile package that
221+
[`pbapply`](https://peter.solymos.org/pbapply/) is a versatile package that
222222
provides progress tracking for various backends and vectorized `R` functions in
223223
the `*apply` family. To understand how `pbapply` approaches progress tracking,
224224
we can take a look at the implementation details of the `?pbapply::pblapply`

0 commit comments

Comments
 (0)