|
1 | 1 |
|
2 | 2 | <!-- README.md is generated from README.Rmd. Please edit that file --> |
3 | 3 |
|
4 | | -# furrr <a href='https://davisvaughan.github.io/furrr/'><img src='man/figures/logo.png' align="right" height="139" /></a> |
| 4 | +# furrr <a href='https://furrr.futureverse.org/'><img src='man/figures/logo.png' align="right" height="139" /></a> |
5 | 5 |
|
6 | 6 | <!-- badges: start --> |
7 | 7 |
|
@@ -59,27 +59,25 @@ remotes::install_github("DavisVaughan/furrr") |
59 | 59 | ## Learning |
60 | 60 |
|
61 | 61 | The easiest way to learn about furrr is to browse [the |
62 | | -website](https://davisvaughan.github.io/furrr/). In particular, the |
63 | | -[function |
64 | | -reference](https://davisvaughan.github.io/furrr/reference/index.html) |
65 | | -page can be useful to get a general overview of the functions in the |
66 | | -package, and the following vignettes are deep dives into various parts |
67 | | -of furrr: |
| 62 | +website](https://furrr.futureverse.org/). In particular, the [function |
| 63 | +reference](https://furrr.futureverse.org/reference/index.html) page can |
| 64 | +be useful to get a general overview of the functions in the package, and |
| 65 | +the following vignettes are deep dives into various parts of furrr: |
68 | 66 |
|
69 | 67 | - [Common |
70 | | - gotchas](https://davisvaughan.github.io/furrr/articles/articles/gotchas.html) |
| 68 | + gotchas](https://furrr.futureverse.org/articles/articles/gotchas.html) |
71 | 69 |
|
72 | 70 | - [Learn how furrr “chunks” your |
73 | | - input](https://davisvaughan.github.io/furrr/articles/articles/chunking.html) |
| 71 | + input](https://furrr.futureverse.org/articles/articles/chunking.html) |
74 | 72 |
|
75 | 73 | - [carrier - An alternative to automatic globals |
76 | | - detection](https://davisvaughan.github.io/furrr/articles/articles/carrier.html) |
| 74 | + detection](https://furrr.futureverse.org/articles/articles/carrier.html) |
77 | 75 |
|
78 | 76 | - [Progress notifications with |
79 | | - progressr](https://davisvaughan.github.io/furrr/articles/articles/progress.html) |
| 77 | + progressr](https://furrr.futureverse.org/articles/articles/progress.html) |
80 | 78 |
|
81 | 79 | - [Using furrr with |
82 | | - connections](https://davisvaughan.github.io/furrr/articles/articles/remote-connections.html) |
| 80 | + connections](https://furrr.futureverse.org/articles/articles/remote-connections.html) |
83 | 81 |
|
84 | 82 | ## Example |
85 | 83 |
|
|
0 commit comments