Learn R Programming

RInno (version 0.0.3)

get_R: Downloads R

Description

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

Usage

get_R(app_dir, R_version)

Arguments

app_dir

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

R_version

R version to use, defaults to: paste0(R.version$major, '.', R.version$minor).

Value

sprintf('R-%s-win.exe', R_version) in app_dir.

Details

If create_app(include_R = TRUE), then get_R.

See Also

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