Description Usage Arguments Details Value Author(s) See Also
Downloads Rtools in app_dir
. If it has already been downloaded, get_Rtools
will use that file. If the download fails it will stop.
1 | get_Rtools(app_dir, Rtools_version, R_version)
|
app_dir |
Development app's directory, defaults to |
Rtools_version |
Rtools version to include. For more information, see Building R for Windows. |
R_version |
R version to use. Supports inequalities. Defaults to: |
If create_app(include_Rtools = TRUE)
, then get_Rtools
.
sprintf('Rtools%s.exe', gsub("\.", "", Rtools_version))
in app_dir
.
Jonathan M. Hill
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.