Skip to content

Commit eefea79

Browse files
Merge pull request #84 from mihaiconstantin/fix/url
Change URL in `foreach` vignette to `CRAN` canonical format
2 parents 60df61c + 23edff8 commit eefea79

File tree

4 files changed

+9
-3
lines changed

4 files changed

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

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# parabar 1.4.1
2+
3+
## Fixed
4+
- Update URL in `foreach` vignette to respect the `CRAN` canonical package URL
5+
format.
6+
17
# parabar 1.4.0
28

39
## Added

vignettes/foreach.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ As you may have noticed, the arguments that pertain to the behavior of the
118118
`foreach::foreach` function are prepended with a dot. There are more arguments
119119
available. For a complete list, see the documentation for `foreach::foreach` and
120120
the vignette [*Using the `foreach`
121-
package*](https://cran.r-project.org/web/packages/foreach/vignettes/foreach.html).
121+
package*](https://CRAN.R-project.org/package=foreach/vignettes/foreach.html).
122122

123123
## Running In Parallel
124124

vignettes/foreach.Rmd.orig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ As you may have noticed, the arguments that pertain to the behavior of the
127127
`foreach::foreach` function are prepended with a dot. There are more arguments
128128
available. For a complete list, see the documentation for `foreach::foreach` and
129129
the vignette [*Using the `foreach`
130-
package*](https://cran.r-project.org/web/packages/foreach/vignettes/foreach.html).
130+
package*](https://CRAN.R-project.org/package=foreach/vignettes/foreach.html).
131131

132132
## Running In Parallel
133133

0 commit comments

Comments
 (0)