Learn R Programming

iai (version 1.10.2)

install_julia: Download and install Julia automatically.

Description

Download and install Julia automatically.

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. Defaults to a location determined by rappdirs::user_data_dir.

Examples

Run this code
if (FALSE) iai::install_julia()

Run the code above in your browser using DataLab