LieberInstitute / spatialLIBD

Code for the spatialLIBD R/Bioconductor package and shiny app
http://LieberInstitute.github.io/spatialLIBD/
78 stars 16 forks source link

Rename SpatialImage to VirtualSpatialImage class #36

Closed lmweber closed 2 years ago

lmweber commented 2 years ago

This is to fix the current error in the spatialLIBD build report for version 1.7.12, which is due to the renaming of the SpatialImage class to VirtualSpatialImage in SpatialExperiment version 1.5.3.

spatialLIBD::check_spe() was using the old class name SpatialImage for a check, so this was returning an error in the vignette where this function is used. Renaming this to VirtualSpatialImage in spatialLIBD::check_spe() should fix it.