diff --git a/DESCRIPTION b/DESCRIPTION index 8b76017..696d83e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,7 +22,6 @@ Depends: R (>= 4.3.0), QFeatures (>= 1.13.5) Imports: - dplyr, IHW, ggplot2, ggrepel, diff --git a/tests/testthat/test-ScpModel-Class.R b/tests/testthat/test-ScpModel-Class.R index 12d576c..ca44405 100644 --- a/tests/testthat/test-ScpModel-Class.R +++ b/tests/testthat/test-ScpModel-Class.R @@ -203,7 +203,7 @@ test_that("scpModelResiduals", { ## With filtering, with joining expect_identical( scpModelResiduals(se, join = TRUE, filtered = TRUE), - do.call(rbind, resids[5:nrow(se)]) + BiocGenerics::do.call(rbind, resids[5:nrow(se)]) ) ## Test drop = FALSE model@scpModelFilterThreshold <- 10