From 8597e361c3a0721e85020b18eb3bf4e60752d0f4 Mon Sep 17 00:00:00 2001 From: DylanCarbone Date: Fri, 26 Apr 2024 14:50:34 +0100 Subject: [PATCH] removed package I added that was not needed --- NAMESPACE | 1 - R/detect_jags.r | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 R/detect_jags.r diff --git a/NAMESPACE b/NAMESPACE index 82a296a..ce0b547 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -52,4 +52,3 @@ importFrom(plyr,rbind.fill) importFrom(reshape2,acast) importFrom(reshape2,dcast) importFrom(reshape2,melt) -importFrom(runjags,testjags) diff --git a/R/detect_jags.r b/R/detect_jags.r deleted file mode 100644 index e6ae445..0000000 --- a/R/detect_jags.r +++ /dev/null @@ -1,5 +0,0 @@ -# Internal function to detect JAGS installation. -#' @importFrom runjags testjags -detect_jags <- function(){ - return(suppressWarnings(runjags::testjags(silent = TRUE)$JAGS.found)) -} \ No newline at end of file