powered by
Download and install the IAI system image automatically.
install_system_image( version = "latest", replace_default = FALSE, prefix = sysimage_default_install_dir(), accept_license = FALSE )
The version of the IAI system image to install (e.g. "2.1.0"). Defaults to "latest", which will install the most recent release.
"2.1.0"
"latest"
Whether to replace the default Julia system image with the downloaded IAI system image. Defaults to FALSE.
FALSE
The directory where the IAI system image will be installed. Defaults to a location determined by rappdirs::user_data_dir.
rappdirs::user_data_dir
Set to TRUE to confirm that you agree to the End User License Agreement and skip the interactive confirmation dialog.
TRUE
if (FALSE) iai::install_system_image()
Run the code above in your browser using DataLab