R/detect_jags.r

Defines functions detect_jags

# Internal function to detect JAGS installation.
#' @importFrom runjags testjags
#' 
detect_jags <- function(){
    return(suppressWarnings(runjags::testjags(silent = TRUE)$JAGS.found))
}
BiologicalRecordsCentre/BRCindicators documentation built on May 17, 2024, 10:33 a.m.