start_iss: Start ISS

Description Usage Arguments Value Author(s) See Also Examples

Description

Chain directives_section against this function to start building custom installers.

Usage

1
start_iss(app_name)

Arguments

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 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)

Author(s)

Jonathan M. Hill

See Also

directives_section.

Examples

1
2
3
4
5
6
## Not run: 
start_iss('myapp') %>%
  directives_section(
    include_R = FALSE, R_version = '3.3.2')

## End(Not run)

RInno documentation built on May 1, 2019, 10:52 p.m.