LieberInstitute / spatialLIBD

Code for the spatialLIBD R/Bioconductor package and shiny app

Home Page:http://LieberInstitute.github.io/spatialLIBD/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when using shiny 1.7.1

lmweber opened this issue · comments

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.

Seems like a duplicate of #24

I've pushed all the new changes in bioc-devel (3.15) to bioc-release (3.14) with 72f60a8. That includes the fix to #24 and thus this issue.

Ok great, thanks!