An Installation Framework for Shiny Apps
Add package to named vector
Pascal script to check registry for R
Compile ISS
Default installation files
Creates installation files and Inno Setup Script (ISS), "app_name.iss"
Creates app's batch file, "app_name.bat"
Creates an app config file, "utils/config.cfg"
Inno Setup Preprocessor (ISPP) Directives
Download packages
Example app
Files Section of ISS
Search for flexdashboard
Downloads Chrome
Downloads Pandoc
Downloads R
Downloads Rtools
magrittr Pipes
Icons Section of ISS
Downloads and installs Inno Setup
Downloads and installs nodejs
Languages Section of ISS
Package app into electron with nativefier
Run Section of ISS
Sanitize R's version
Setup Section of ISS
Standardize package dependencies
Start ISS
Tasks Section of ISS
Installs shiny apps packaged as stand-alone Electron apps using Inno Setup, an open source software that builds installers for Windows programs <http://www.jrsoftware.org/ishelp/>.
Useful links