powered by
R5.jar
Downloads R5.jar and saves it locally, inside the package directory.
download_r5( version = "6.9.0", quiet = FALSE, force_update = FALSE, temp_dir = FALSE )
The path to the downloaded file.
A string. The version of R5 to be downloaded. Defaults to the latest version.
A logical. Whether to show informative messages when downloading the file. Defaults to FALSE.
FALSE
A logical. Whether to overwrite a previously downloaded R5.jar in the local directory. Defaults to FALSE.
A logical. Whether the file should be saved in a temporary directory. Defaults to FALSE.
Other setup: setup_r5()
setup_r5()
if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true") library(r5r) download_r5(version = "6.9.0", temp_dir = TRUE) }
Run the code above in your browser using DataLab