
From reviewing the solutions I often get the feeling that these solutions might make releases somewhat complicated because there are always manual steps involved. Important to note: I haven't tested most of them. The package shinyShortcut (I quote) "will produce an executable file that runs the shiny app directly in the user's default browser".


On option is to wrap your app along withĪ portable R into a container application like Electron.Either way, take a look at the configuration reference: 3.

But there are solutions that allow it to bundle those with your code and hide the details from your users. 1 Answer Sorted by: 3 This might depend on your server - do you experience the same issue when publishing to shinyapps If not, it could be an issue with the RStudio server setup. The commenters are basically correct: you need the R binaries in some way, either a portable R or an R server.
