diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96ae29e..a9ac777 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,23 @@ repos: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] - id: roxygenize + # roxygen requires loading pkg -> add dependencies from DESCRIPTION + additional_dependencies: + - ggplot2 + - rlang + - grDevices + - glue + - scales + - ggtext + - ggrepel + - tidyr + - dplyr + - ggalluvial + - viridisLite + - waffle + - stringr + - checkmate + # codemeta must be above use-tidy-description when both are used # - id: codemeta-description-updated - id: use-tidy-description