Could be related to Bioconductor/BiocGenerics#24
Currently we get these messages when loading the package, is there a way to avoid it or a PR that fixes it ?
> devtools::load_all(".")
ℹ Loading SpatialData
Creating a new generic function for ‘table’ in package ‘SpatialData’
Creating a new generic function for ‘labels’ in package ‘SpatialData’
Creating a new generic function for ‘scale’ in package ‘SpatialData’
Creating a new generic function for ‘rotate’ in package ‘SpatialData’
Creating a new generic function for ‘sequence’ in package ‘SpatialData’
Creating a new generic function for ‘transform’ in package ‘SpatialData’
Creating a new generic function for ‘data’ in package ‘SpatialData’
Creating a new generic function for ‘.mask’ in package ‘SpatialData’
Could be related to Bioconductor/BiocGenerics#24
Currently we get these messages when loading the package, is there a way to avoid it or a PR that fixes it ?