Skip to content

Commit c6ef528

Browse files
ensure pkgapi is available in renv so no warning is emitted upon roxygenising
1 parent 3f06f42 commit c6ef528

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/testthat/reference-objects/pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ repos:
1010
args: [--style_pkg=styler, --style_fun=tidyverse_style]
1111
exclude: '^tests/testthat/in/.*\.R'
1212
- id: roxygenize
13+
additional_dependencies:
14+
- cli
15+
- fs
16+
- here
17+
- magrittr
18+
- purrr
19+
- R.cache
20+
- rlang
21+
- rprojroot
22+
- rstudioapi
23+
- withr
24+
- yaml
25+
- r-lib/pkgapi
1326
# codemeta must be above use-tidy-description when both are used
1427
- id: codemeta-description-updated
1528
- id: lintr

0 commit comments

Comments
 (0)