Skip to content

Commit

Permalink
do not import GSVA functions, it is suggested dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Mar 22, 2024
1 parent cb3cdea commit f1eae69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion R/statistic-gsva.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1eae69

Please sign in to comment.