LieberInstitute / spatialLIBD

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

Error when using shiny 1.7.1 #27

Closed lmweber closed 2 years ago

lmweber commented 2 years ago

I am getting the following error when running spatialLIBD with the latest version of shiny package 1.7.1:

Screen Shot 2021-11-16 at 14 29 57

I get this error with the following standard example from the spatialLIBD documentation:

spe <- fetch_data("spe")
run_app(spe)

It works fine with the older version of shiny 1.6.0, which I found as a suggestion when googling the error message. I'm not sure why this fixes it though.

Just pasting this issue here for now so we don't lose it.

lcolladotor commented 2 years ago

Seems like a duplicate of https://github.com/LieberInstitute/spatialLIBD/issues/24

lcolladotor commented 2 years ago

I've pushed all the new changes in bioc-devel (3.15) to bioc-release (3.14) with https://github.com/LieberInstitute/spatialLIBD/commit/72f60a804c9589ee28809a743c127c0ed0381edd. That includes the fix to #24 and thus this issue.

lmweber commented 2 years ago

Ok great, thanks!