We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f06f42 commit c6ef528Copy full SHA for c6ef528
tests/testthat/reference-objects/pre-commit-config.yaml
@@ -10,6 +10,19 @@ repos:
10
args: [--style_pkg=styler, --style_fun=tidyverse_style]
11
exclude: '^tests/testthat/in/.*\.R'
12
- 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
26
# codemeta must be above use-tidy-description when both are used
27
- id: codemeta-description-updated
28
- id: lintr
0 commit comments