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)Invisible TRUE if setup succeeds, otherwise throws an error.
if (FALSE) { # \dontrun{
# Setup Julia and install EpiAware packages
epiaware_setup_julia()
} # }