Skip to content

Commit

Permalink
Fix dependency GHA error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Oct 14, 2024
1 parent fdb052e commit 40e6cad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Suggests:
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
BiocBaseUtils,
BiocGenerics,
dplyr,
DropletUtils,
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export(prep_fiji_coords)
export(prep_fiji_image)
export(rescale_fiji_inputs)
import(DropletUtils)
import(Seurat)
import(SpatialExperiment)
import(dplyr)
import(spatialLIBD)
Expand Down
2 changes: 1 addition & 1 deletion R/as.Seurat.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#'
#' @export
#' @author Nicholas J. Eagles
#' @import SpatialExperiment spatialLIBD Seurat
#' @import SpatialExperiment spatialLIBD
#' @importFrom SummarizedExperiment colData
#' @importFrom grDevices col2rgb
#' @importFrom methods new
Expand Down

0 comments on commit 40e6cad

Please sign in to comment.