Skip to content

Commit

Permalink
Don't force users to install the entire tidyverse
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamoses committed May 15, 2024
1 parent f287966 commit 911ba1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/coerce.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ setMethod("toSpatialFeatureExperiment", "SingleCellExperiment",
BPPARAM = SerialParam())
{
# issue message for packages that need to be installed a priori
check_installed(c("tidyverse", "sf", "BiocParallel",
"Matrix", "Seurat", "SeuratObject", "sfheaders"))
check_installed(c("dplyr", "tidyr", "Seurat", "SeuratObject"))
# checks which Seurat version is present
seu_version <-
Biobase::package.version("Seurat") |>
Expand Down

0 comments on commit 911ba1c

Please sign in to comment.