| cs_install_julia | R Documentation |
Downloads and installs Julia, Circuitscape.jl, and Omniscape.jl. This is the recommended first step after installing the circuitscaper R package.
cs_install_julia(force = FALSE, version = "latest")
force |
Logical. If |
version |
Character. Julia version to install. Default |
In interactive sessions, prompts for confirmation before downloading. In non-interactive sessions (e.g., CI), proceeds without prompting.
Invisibly returns TRUE on success, FALSE if cancelled.
cs_install_julia()
cs_install_julia(force = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.