Description Usage Arguments Value Author(s) See Also Examples
Chain directives_section
against this function to start building custom
installers.
1 | start_iss(app_name)
|
app_name |
The name of the app. It will be displayed throughout the installer's window titles, wizard pages, and dialog boxes. See [Setup]:AppName for details. For continuous installations, |
app_name
and set options('RInno.app_name' = app_name)
Jonathan M. Hill
1 2 3 4 5 6 | ## Not run:
start_iss('myapp') %>%
directives_section(
include_R = FALSE, R_version = '3.3.2')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.