check_julia_ok {jlme} | R Documentation |
Set up Julia connection for jlme
Description
Set up Julia connection for jlme
Usage
check_julia_ok()
stop_julia()
jlme_status()
jlme_setup(
...,
add = NULL,
restart = FALSE,
threads = NULL,
verbose = interactive()
)
Arguments
... |
Unused |
add |
A character vector of additional Julia packages to add and load. |
restart |
Whether to run |
threads |
Number of threads to start Julia with. Defaults to |
verbose |
Whether to alert setup progress. Defaults to |
Value
Invisibly returns TRUE
on success
Examples
# Check whether Julia installation meets requirements
check_julia_ok()
# Connect to a Julia runtime for use with `{jlme}`
jlme_setup()
# Show information about the Julia runtime
jlme_status()
# Stop Julia runtime
stop_julia()
[Package jlme version 0.3.0 Index]