spatialLIBD
spatialLIBD copied to clipboard
Error in loading app locally
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
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