LieberInstitute / spatialLIBD

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

Error in loading app locally #71

Open dimurali93 opened 8 months ago

dimurali93 commented 8 months ago

I am using the example data in the documentation and I am not able to run the app locally. I am getting the following error when i use run_app() or any interactive website visualisation as mentioned in the documentation.

Listening on http://127.0.0.1:6774 Warning in file(con, "r") : cannot open file '//speakerdeck.com/assets/embed.js': No such file or directory Warning: Error in file: cannot open the connection

Thanks, Divya

lcolladotor commented 5 months ago

Hi Divya,

It sounds like you are using an outdated version of spatialLIBD.

What's the output of

options(width = 120)
sessioninfo::session_info()

on the same R session where you used spatialLIBD::run_app()?

Thanks, Leo