File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1111 env :
1212 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
1313 steps :
14+ - uses : r-lib/actions/setup-pandoc@v2
15+
1416 - uses : r-lib/actions/setup-r@v2
1517
1618 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 2424 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
2525
2626 steps :
27+ - uses : r-lib/actions/setup-pandoc@v2
2728 - uses : actions/checkout@v2
2829 - uses : r-lib/actions/setup-r@v2
2930 with :
Original file line number Diff line number Diff line change @@ -331,10 +331,12 @@ This hook does not modify any file.
331331Check if your {pkgdown} config file (e.g. ` _pkgdown.yml ` in your root) has the
332332correct entries for references and articles.
333333This hook skips the time-consuming parts of building the index and reference and
334- only performs the validation.
334+ only performs the validation. Hence we don't rely on the extensive dependency
335+ graph of {pkgdown} being installed, including packages with heavy build-time
336+ dependencies and system libraries.
335337
336338For this check, we rely on the the global R package library and require all
337- development dependencies of the package to be installed, as well as {pkgdown}
338- and {mockery}.
339+ development dependencies of the package you want to run this hook for to be
340+ installed, as well as {pkgdown} (without its dependencies) and {mockery}.
339341
340342This hook does not modify files. Added in version 0.3.2.9003.
You can’t perform that action at this time.
0 commit comments