Skip to content

Commit

Permalink
updates to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanCarbone committed Apr 26, 2024
1 parent 1320ab3 commit 6346b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ importFrom(plyr,rbind.fill)
importFrom(reshape2,acast)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(runjags,testjags)
1 change: 1 addition & 0 deletions R/detect_jags.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Internal function to detect JAGS installation.
#' @importFrom runjags testjags
detect_jags <- function(){
return(suppressWarnings(runjags::testjags(silent = TRUE)$JAGS.found))
}

0 comments on commit 6346b67

Please sign in to comment.