install_system_image: Download and install the IAI system image automatically.

View source: R/install.R

install_system_imageR Documentation

Download and install the IAI system image automatically.

Description

Download and install the IAI system image automatically.

Usage

install_system_image(
  version = "latest",
  replace_default = FALSE,
  prefix = sysimage_default_install_dir(),
  accept_license = FALSE
)

Arguments

version

The version of the IAI system image to install (e.g. "2.1.0"). Defaults to "latest", which will install the most recent release.

replace_default

Whether to replace the default Julia system image with the downloaded IAI system image. Defaults to FALSE.

prefix

The directory where the IAI system image will be installed. Defaults to a location determined by rappdirs::user_data_dir.

accept_license

Set to TRUE to confirm that you agree to the End User License Agreement and skip the interactive confirmation dialog.

Examples

## Not run: iai::install_system_image()


iai documentation built on July 9, 2023, 5:41 p.m.