File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11Package: parabar
22Title: Progress Bar for Parallel Tasks
3- Version: 1.4.1
3+ Version: 1.4.2
44Authors@R:
55 person(given = "Mihai",
66 family = "Constantin",
Original file line number Diff line number Diff line change 1+ # parabar 1.4.2
2+
3+ ## Fixed
4+ - Add missing URL in ` foreach ` vignette.
5+
16# parabar 1.4.1
27
38## Fixed
Original file line number Diff line number Diff line change @@ -181,7 +181,8 @@ library(parabar)
181181library(foreach )
182182```
183183
184- Next, we proceed by using ` parabar ` to create an [ asynchronous] ( )
184+ Next, we proceed by using ` parabar ` to create an
185+ [ asynchronous] ( https://parabar.mihaiconstantin.com/reference/AsyncBackend )
185186parallelization backend that supports progress tracking as follows:
186187
187188``` r
Original file line number Diff line number Diff line change @@ -190,7 +190,8 @@ library(parabar)
190190library(foreach)
191191```
192192
193- Next, we proceed by using `parabar` to create an [asynchronous]()
193+ Next, we proceed by using `parabar` to create an
194+ [asynchronous](https://parabar.mihaiconstantin.com/reference/AsyncBackend)
194195parallelization backend that supports progress tracking as follows:
195196
196197```{r}
You can’t perform that action at this time.
0 commit comments