Biostatistical app for clinicopathological and histopathological research based on R and Electron
https://zenodo.org/account/settings/github/repository/sbalci/clinicopathological
See:
https://sbalci.github.io/histopathology-template
npm config set python /usr/bin/python3
https://www.npmjs.com/package/node-gyp
npm install -g electron
npm install -g electron-forge
cd r-shiny-electron-master
npm install
update R version in get-r-mac.sh
file
./get-r-mac.sh
Rscript add-cran-binary-pkgs.R
npm start
electron-forge package
electron-forge make
This is a work in progress template for R shiny and electron integration
NOT FOR PRODUCTION
npm install
./get-r-mac.sh
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.
electron-forge