install_julia: Install Julia.

View source: R/installJulia.R

install_juliaR Documentation

Install Julia.

Description

Install Julia.

Usage

install_julia(version = "latest", prefix = julia_default_install_dir())

Arguments

version

The version of Julia to install (e.g. "1.6.3"). Defaults to "latest", which will install the most recent stable release.

prefix

the directory where Julia will be installed. If not set, a default location will be determined by rappdirs if it is installed, otherwise an error will be raised.


JuliaCall documentation built on Sept. 8, 2022, 5:10 p.m.