Commit 27f58f8
fix: also require carrier for parallel builds
`purrr::in_parallel()` uses `carrier::crate()` to serialize worker
closures and raises an undeclared-dependency error partway through if
carrier isn't installed. Add carrier to Suggests and to the
`rlang::check_installed()` pre-flight so the requirement is surfaced
up-front with pkgdown's own error path.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent ee37d03 commit 27f58f8
3 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments