Hi all,
This is an exploratory question as I'm thinking about how to build out a shiny app - still in planning stages, so apologies if vague.
I'm building a dashboard that will need to execute some Julia code, using the JuliaCall package. Moreover, within Julia I will need to call Gurobi. My question is whether I would be able to host such a dashboard on shinyapps.io, Will rsconnect (or some other method, even ssh/command line) let me install the julia/gurobi distros that I need on the shinyapps server so that my dashboard can call them? I'm trying to avoid setting up/maintaining my own website and back-end shiny server but I'm guessing that might be the only option.
Thanks!