Learn R Programming

RInno (version 1.0.1)

get_Chrome: Downloads Chrome

Description

Downloads Chrome in app_dir. If Chrome has already been downloaded, get_Chrome will use that file. If the download fails it will stop.

Usage

get_Chrome(app_dir)

Arguments

app_dir

Development app's directory, defaults to getwd().

Value

chrome_installer.exe in app_dir.

Details

If create_app(include_Chrome = TRUE), then get_Chrome.

See Also

get_R, copy_installation, create_config, create_bat, directives_section, setup_section, languages_section, tasks_section, files_section, icons_section, run_section, and code_section.