Skip to content

Commit

Permalink
Merge branch 'release/1.0.2' into 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed Apr 23, 2023
2 parents 1a28e86 + 17569e6 commit 67c2b0c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: parabar
Title: Progress Bar for Parallel Tasks
Version: 1.0.1
Version: 1.0.2
Authors@R:
person(given = "Mihai",
family = "Constantin",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# parabar 1.0.2

## Fixed
- Fixed `URLs` in package documentation per `CRAN` request.

# parabar 1.0.1

## Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<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>
<a href="https://cran.r-project.org/package=parabar "><img src="https://www.r-pkg.org/badges/version/parabar" alt="CRAN version"/></a>
<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>
<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>
<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>
<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>
<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>
<a href="https://parabar.mihaiconstantin.com"><img src="https://img.shields.io/badge/docs-website-brightgreen" alt="Documentation website"/></a>
Expand Down Expand Up @@ -493,4 +493,4 @@ Check out the UML diagram below for a quick overview of the package design.
## License
- The package source code in this repository is licensed under the [MIT
license](https://opensource.org/license/mit/).
- <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>
- <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>
2 changes: 1 addition & 1 deletion vignettes/comparison.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ for writing and reading the execution progress.

## Progress tracking with `pbapply`

[`pbapply`](https://peter.solymos.org/pbapply) is a versatile package that
[`pbapply`](https://peter.solymos.org/pbapply/) is a versatile package that
provides progress tracking for various backends and vectorized `R` functions in
the `*apply` family. To understand how `pbapply` approaches progress tracking,
we can take a look at the implementation details of the `?pbapply::pblapply`
Expand Down
2 changes: 1 addition & 1 deletion vignettes/comparison.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ for writing and reading the execution progress.

## Progress tracking with `pbapply`

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

0 comments on commit 67c2b0c

Please sign in to comment.