Tests whether Julia is configured and EpiAware packages are accessible.

epiaware_available()

Value

Logical. TRUE if Julia and EpiAware are available, FALSE otherwise.

Examples

if (FALSE) { # \dontrun{
if (epiaware_available()) {
  # Run EpiAware analysis
} else {
  epiaware_setup_julia()
}
} # }