I might be barking up the wrong tree here but I've searched for information unsuccessfully so I thought it was time to ask the question...
I have developed a shiny app that calls a Julia app that runs an LP solver then returns the results to my shiny app. To make this work on my local machine I have Julia and the LP solver installed. I'd like to deploy this small app on shinyappsio but I cannot find the documentation to explain how I go about setting up my shinyapps.io environment to include those non-R applications.
Can anyone point me to some resources that explain and demonstrate how this can be done on shinyapps.io?