From f1eae69259c21949295c8e8144fb59b7bc18656a Mon Sep 17 00:00:00 2001 From: deeenes Date: Sat, 23 Mar 2024 00:09:30 +0100 Subject: [PATCH] do not import `GSVA` functions, it is suggested dependency --- NAMESPACE | 2 -- R/statistic-gsva.R | 1 - 2 files changed, 3 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 503b9ab..9d642a9 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -47,8 +47,6 @@ import(dplyr) import(purrr) import(tibble) import(tidyr) -importFrom(GSVA,gsva) -importFrom(GSVA,gsvaParam) importFrom(Matrix,Matrix) importFrom(dplyr,distinct) importFrom(dplyr,filter) diff --git a/R/statistic-gsva.R b/R/statistic-gsva.R index 4a81b3f..c615314 100644 --- a/R/statistic-gsva.R +++ b/R/statistic-gsva.R @@ -34,7 +34,6 @@ #' 3. `condition`: Condition representing each column of `mat`. #' 4. `score`: Regulatory activity (enrichment score). #' @family decoupleR statistics -#' @importFrom GSVA gsva gsvaParam #' @importFrom rlang !!! exec #' @importFrom tidyr pivot_longer #' @importFrom dplyr mutate