Skip to content

Commit

Permalink
Sort 'Suggests' entries alphabetically; don't explicitly import Singl…
Browse files Browse the repository at this point in the history
…eCellExperiment since it's used in tests only
  • Loading branch information
Nick-Eagles committed Aug 20, 2024
1 parent 676ae2e commit 77dec09
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Suggests:
RefManageR,
rmarkdown,
sessioninfo,
testthat (>= 3.0.0),
SingleCellExperiment
SingleCellExperiment,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import(dplyr)
import(spatialLIBD)
import(xml2)
importFrom(S4Vectors,DataFrame)
importFrom(SingleCellExperiment,reducedDims)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
Expand Down
1 change: 0 additions & 1 deletion R/spe_to_seurat.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#' @import SpatialExperiment spatialLIBD Seurat
#' @importFrom SummarizedExperiment colData
#' @importFrom grDevices col2rgb
#' @importFrom SingleCellExperiment reducedDims
#'
#' @examples
#' ## Download some example data
Expand Down

0 comments on commit 77dec09

Please sign in to comment.