Closed lgeistlinger closed 2 years ago
I also see this error when I run the first example in test_SpatialImage-methods.R
:
suppressPackageStartupMessages(library(SpatialExperiment))
url <- "https://i.redd.it/3pw5uah7xo041.jpg"
spi <- new("RemoteSpatialImage", url=url)
spi
#> 1200 x 1186 (width x height) RemoteSpatialImage
#> Error in .local(x, ...): argument "path" is missing, with no default
Created on 2022-11-21 with reprex v2.0.2
Apologues, PR #113 should have resolved this & is awaiting moderation.
Should be resolved with the next Bioc built (on devel for now)...
Trying to create a remote spatial image around a CyCIF mask on Bioconductor's OpenStorageNetwork, but running into a problem: