Skip to content

Commit

Permalink
fix: pre-commit with only hard dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 12, 2023
1 parent 2dc132a commit 9663d2e
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .pre-commit-config.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,33 @@ repos:
- id: roxygenize
name: Regenerate package documentation
additional_dependencies:
- checkmate
- digest
- dplyr
- ggplot2
- glue
- grDevices
- shiny
- insightsengineering/teal
- checkmate
- DT
- edgeR
- forcats
- bioc::hermes
- lifecycle
- logger
- magrittr
- methods
- bioc::MultiAssayExperiment
- R6
- rlang
- rtables
- shinyjs
- S4Vectors
- shinyRadioMatrix
- shinyWidgets
- stats
- stringr
- bioc::SummarizedExperiment
- utils
- yaml
- insightsengineering/teal.data
- insightsengineering/teal.logger
- insightsengineering/teal.reporter
- insightsengineering/teal.widgets
- tern
# Added for envirnoment to build
- insightsengineering/teal.slice
- insightsengineering/teal.transform
- bioc::edgeR
- id: spell-check
name: Check spelling with `spelling`
exclude: >
Expand Down

0 comments on commit 9663d2e

Please sign in to comment.