I am wanting to make a secure Shiny app, but have it run on a desktop. I'm not a technology genius and want to do things as simple as possible. Does anyone know how to do this securely and at a very low cost? My goal is to use the open source Shiny download.
You can run a shiny app from within rstudio but I find this un practical, if you are looking for a low cost solution, you can implement your own shiny server using a Raspberry Pi and access the app through your local network
An alternative is to run it on the cloud. See http://www.shinyapps.io (I am not affiliated with the vendor and receive no referral fees). They have a low volume plan for free with $9, $39, $99 and $299 tiers for more volume, more applications, more connection time.
As @hinkelman discussed, RInno uses Electron instead of the default browser.
And, @jdlong, although W. Lee Peng has been building desktop applications with R and was the inspiration for the RInno project, RInno takes it a step further than DesktopDeployR by compiling it into a standard application with Inno Setup and using code as configuration instead of having to understand the entire framework to make it work.