There is a notification appearing all the time when loading a spatial dataset:
Found more than one class "SpatialImage" in cache; using the first, from namespace 'SpatialExperiment'
Also defined by ‘SeuratObject’
Probably SpatialExperiment related but kind of annoying, so either suppress the message or fix the namespace loading / manually unload the spatialImage from Seurat.
you probably do @import Seurat and/or @import SpatialExperiment somewhere.
Only importing the functions you need (@importFrom Seurat <something>) should fix this.
There is a notification appearing all the time when loading a spatial dataset:
Probably SpatialExperiment related but kind of annoying, so either suppress the message or fix the namespace loading / manually unload the spatialImage from Seurat.