cs_julia_available: Check if Julia and Required Packages Are Available

View source: R/setup.R

cs_julia_availableR Documentation

Check if Julia and Required Packages Are Available

Description

Tests whether Julia is installed and the Circuitscape Julia package can be loaded. This is a lightweight check that does not initialize a full Julia session. It is used internally by example code and can be called by users to verify their setup before running analyses.

Usage

cs_julia_available()

Value

TRUE if Julia is found on the system PATH and the 'Circuitscape' Julia package loads successfully, FALSE otherwise.

Examples

cs_julia_available()


circuitscaper documentation built on April 9, 2026, 5:09 p.m.