This is a work in progress template for R shiny and electron integration
NOT FOR PRODUCTION
Not under development anymore. Feel free to fork it.
- Clone
npm install
- Download mac binaries
./get-r-mac.sh
- Download shiny
Rscript add-cran-binary-pkgs.R
npm start
If you like to contribute, please take a look at the issues. It is all work in progress and early stage but ideas and code is always welcome. Ideally please make an issue before you send a larger PR.
The app currently starts with a loading screen while trying to start the shiny app as a seperate process. If successful, it will switch to the shiny app once it is loaded. If not successful after 3 trys and error is shown.
- The initial javascript template is based on the template from
electron-forge
- This project is inspired by the work of @ksasso