Skip to content

Commit

Permalink
update deps of roxygenize hook
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Jan 30, 2024
1 parent a3b3143 commit 60b036e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,46 @@ repos:
- id: roxygenize
name: Regenerate package documentation
additional_dependencies:
- insightsengineering/teal.slice # missing
- davidgohel/flextable # Error: package 'flextable' is not available
- davidgohel/gdtools # for flextable
- insightsengineering/teal
- insightsengineering/teal.transform
- tern
- assertthat
- broom
- checkmate
- digest
- dplyr
- DT
- formatters
- ggplot2
- glue
- grDevices
- ggrepel
- grid
- lifecycle
- logger
- magrittr
- methods
- bioc::MultiAssayExperiment
- R6
- rlang
- rlistings
- rmarkdown
- rtables
- scales
- shiny
- shinyjs
- shinyvalidate
- shinyWidgets
- stats
- bioc::SummarizedExperiment
- styler
- insightsengineering/teal.code
- insightsengineering/teal.data
- insightsengineering/teal.logger
- insightsengineering/teal.reporter
- insightsengineering/teal.widgets
- insightsengineering/tern.gee
- insightsengineering/tern.mmrm
- tidyr
- utils
- yaml
- vistime
- id: spell-check
name: Check spelling with `spelling`
exclude: >
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Imports:
shinyWidgets (>= 0.5.1),
stats,
styler (>= 1.2.0),
teal.code(>= 0.4.1.9009),
teal.code (>= 0.4.1.9009),
teal.data (>= 0.3.0.9018),
teal.logger (>= 0.1.1),
teal.reporter (>= 0.2.1),
Expand Down

0 comments on commit 60b036e

Please sign in to comment.