spatialLIBD icon indicating copy to clipboard operation
spatialLIBD copied to clipboard

Error in loading app locally

Open dimurali93 opened this issue 1 year ago • 1 comments

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

dimurali93 avatar Dec 11 '23 16:12 dimurali93

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

lcolladotor avatar Mar 21 '24 12:03 lcolladotor