|
1 | | -<div id="badges"><!-- pkgdown markup --> |
2 | | -<a href="https://github.com/HenrikBengtsson/progressify/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/HenrikBengtsson/progressify/actions/workflows/R-CMD-check.yaml/badge.svg?branch=main" alt="R CMD check status"/></a> |
3 | | -<!-- |
4 | | -<a href="https://app.codecov.io/gh/HenrikBengtsson/progressify"><img border="0" src="https://codecov.io/gh/HenrikBengtsson/progressify/branch/main/graph/badge.svg" alt="Coverage Status"/></a> |
5 | | ---> |
6 | | -</div> |
7 | | - |
8 | 1 | # progressify: Progress Updates Everywhere |
9 | 2 |
|
10 | 3 | <img src="man/figures/progressify-logo.png" alt="The hexlogo for the 'progressify' package" style="width: 120px; float: right; margin-right: 1ex; margin-left: 1ex |
@@ -143,15 +136,15 @@ forest <- partykit::cforest(dist ~ speed, data = cars, ntree = 50L) |> progressi |
143 | 136 | ``` |
144 | 137 |
|
145 | 138 |
|
146 | | -[futurize]: https://futurize.futureverse.org |
147 | 139 | [futureverse]: https://www.futureverse.org |
148 | | -[progressr]: https://progressr.futureverse.org |
149 | | -[future.apply]: https://future.apply.futureverse.org |
150 | 140 | [crossmap]: https://cran.r-project.org/package=crossmap |
151 | | -[purrr]: https://purrr.futureverse.org |
| 141 | +[doFuture]: https://doFuture.futureverse.org |
| 142 | +[foreach]: https://cran.r-project.org/package=foreach |
| 143 | +[future.apply]: https://future.apply.futureverse.org |
| 144 | +[futurize]: https://futurize.futureverse.org |
152 | 145 | [furrr]: https://furrr.futureverse.org |
153 | 146 | [partykit]: https://cran.r-project.org/package=partykit |
154 | | -[doFuture]: https://doFuture.futureverse.org |
155 | | -[foreach]: https://foreach.futureverse.org |
156 | 147 | [plyr]: https://cran.r-project.org/package=plyr |
| 148 | +[progressr]: https://progressr.futureverse.org |
| 149 | +[purrr]: https://cran.r-project.org/package=purrr |
157 | 150 | [supported progressr handlers]: https://progressr.futureverse.org/articles/progressr-11-handlers.html |
0 commit comments