diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44a93971..6bd6cd17 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,26 +15,27 @@ repos: - id: roxygenize name: Regenerate package documentation additional_dependencies: + - insightsengineering/teal.data # missing + - insightsengineering/teal.slice # missing + - davidgohel/flextable # Error: package 'flextable' is not available + - davidgohel/gdtools # for flextable + - insightsengineering/osprey + - shiny + - insightsengineering/teal + - insightsengineering/teal.transform - checkmate - - digest - dplyr + - formatters - ggplot2 - - glue - - grDevices - lifecycle - logger - - magrittr - - methods - - bioc::MultiAssayExperiment - - R6 - - rlang - - rtables - - shinyjs - - shinyWidgets - - stats - - bioc::SummarizedExperiment - - utils - - yaml + - shinyvalidate + - insightsengineering/teal.code + - insightsengineering/teal.logger + - insightsengineering/teal.reporter + - insightsengineering/teal.widgets + - tern + - tidyr - id: spell-check name: Check spelling with `spelling` exclude: > diff --git a/DESCRIPTION b/DESCRIPTION index 3ba4e955..efcfcb2b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -50,4 +50,4 @@ Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.1