Skip to content

Commit 464ee3a

Browse files
committed
import st_is_empty
1 parent ca5600f commit 464ee3a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

NAMESPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ importFrom(SpatialFeatureExperiment,getPixelSize)
118118
importFrom(SpatialFeatureExperiment,imageIDs)
119119
importFrom(SpatialFeatureExperiment,imgSource)
120120
importFrom(SpatialFeatureExperiment,isFull)
121-
importFrom(SpatialFeatureExperiment,listw2sparse)
122121
importFrom(SpatialFeatureExperiment,localResult)
123122
importFrom(SpatialFeatureExperiment,localResultFeatures)
124123
importFrom(SpatialFeatureExperiment,localResults)
@@ -221,6 +220,7 @@ importFrom(sf,st_drop_geometry)
221220
importFrom(sf,st_geometry)
222221
importFrom(sf,st_geometry_type)
223222
importFrom(sf,st_intersection)
223+
importFrom(sf,st_is_empty)
224224
importFrom(sf,st_sfc)
225225
importFrom(spdep,card)
226226
importFrom(spdep,include.self)

R/plot-transcripts.R

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#' @importFrom sf st_is_empty
12
.get_tx_df <- function(sfe, data_dir, tech, file, sample_id, spatialCoordsNames,
23
gene_col, bbox, gene, return_sf = FALSE,
34
rowGeometryName = "txSpots", geoparquet_file = NULL,

man/moranBounds.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)