Learn R Programming

RInno (version 0.0.3)

start_iss: Start ISS

Description

Chain directives against this function to start building custom installers.

Usage

start_iss(app_name)

Arguments

app_name

The name of the app being installed. It will be displayed throughout the installer and uninstaller in window titles, wizard pages, and dialog boxes. See [Setup]:AppName for details. For continuous installations, app_name is used to check for an R package of the same name, and update it. The Continuous Installation vignette has more details.

Value

app_name and set options('Rinno.app_name' = app_name)

See Also

directives.

Examples

Run this code
# NOT RUN {
start_iss('myapp') %>%
  directives(include_R = FALSE, R_version = '3.3.2')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab