From e48e14ac801e9c3f5d5ebc93a3868c918a31bac4 Mon Sep 17 00:00:00 2001 From: mihaiconstantin Date: Sun, 23 Apr 2023 11:05:04 +0200 Subject: [PATCH 1/3] Docs: fix `URLs` in package documentation --- README.md | 4 ++-- vignettes/comparison.Rmd | 2 +- vignettes/comparison.Rmd.orig | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdd2ee5..c6fc378 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ GitHub version CRAN version CRAN RStudio mirror downloads - Code coverage + Code coverage R-CMD-check CRAN checks Documentation website @@ -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/). --

The documentation, vignettes, and other website materials by Mihai Constantin are licensed under CC BY 4.0.

+-

The documentation, vignettes, and other website materials by Mihai Constantin are licensed under CC BY 4.0.

diff --git a/vignettes/comparison.Rmd b/vignettes/comparison.Rmd index a64ad90..c0e7ef1 100644 --- a/vignettes/comparison.Rmd +++ b/vignettes/comparison.Rmd @@ -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` diff --git a/vignettes/comparison.Rmd.orig b/vignettes/comparison.Rmd.orig index 1d0de21..940088f 100644 --- a/vignettes/comparison.Rmd.orig +++ b/vignettes/comparison.Rmd.orig @@ -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` From 864fd745edbf2bae29269a439521054827543226 Mon Sep 17 00:00:00 2001 From: mihaiconstantin Date: Sun, 23 Apr 2023 11:05:24 +0200 Subject: [PATCH 2/3] Docs: add changes to `NEWS` --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index d3a5028..7adf6fe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# parabar 1.0.2 + +## Fixed +- Fixed `URLs` in package documentation per `CRAN` request. + # parabar 1.0.1 ## Fixed From 17569e65691b097b4cdcfe0eb7952ba8aeb255c3 Mon Sep 17 00:00:00 2001 From: mihaiconstantin Date: Sun, 23 Apr 2023 11:05:36 +0200 Subject: [PATCH 3/3] Build: bump version to `1.0.2` --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index a1386cf..a0fa414 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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",