Configures Julia and installs required Julia packages for EpiAwareR. This function should be run on first use if automatic setup fails.

epiaware_setup_julia(verbose = TRUE)

Arguments

verbose

Logical. If TRUE, prints progress messages. Default is TRUE.

Value

Invisible TRUE if setup succeeds, otherwise throws an error.

Examples

if (FALSE) { # \dontrun{
# Setup Julia and install EpiAware packages
epiaware_setup_julia()
} # }