diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44a93971e6..35c7cbd95d 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: > diff --git a/DESCRIPTION b/DESCRIPTION index 06c0dfe5f6..63b734d002 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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),