...Hi everyone,
I created a shiny dashboard that works fine in my desktop. In the creation of the shinyapp, I followed the processes suggested by Garret Grolemund. I then tried to transform that shiny app into a shiny live app, following George Stagg's presentation. The objective was to have a dynamic app stored on github. I implemented the code suggested by Rami Krispin on using shinylive in r:
shinylive::export("completion_rates_app", "dest_dir = docs")
with the app directory name and destination directory as the arguments. However, when I then use the command: httpuv::runStaticServer("docs")
I get a blank screen with the message: "Error starting app! Robj construction for this JS object is not yet supported".
I basically have a csv file with data and am creating a couple of plots and a DT table that is reactive. Any help anyone could provide would be much appreciated.
