Learn R Programming

RInno (version 0.0.3)

code: Pascal script to check registry for R

Description

Modern Delphi-like Pascal adds a lot of customization possibilities to the installer. For examples, please visit Pascal Scripting Introduction.

Usage

code(iss)

Arguments

iss

Character vector which cummulatively becomes an Inno Setup Script (ISS).

Value

Chainable character vector, which can be used as the text argument of writeLines to generate an ISS.

Details

This script checks the registry for R, so that R will only be installed if necessary.

See Also

get_R, copy_installation, create_config, create_bat, create_pkgs, directives, setup, languages, tasks, files, icons, run, and code.

Examples

Run this code
# NOT RUN {
readLines(system.file('installation/code.iss', package = 'RInno'))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab