Skip to content

Commit

Permalink
Extentions to JAGS (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenman committed Dec 21, 2022
1 parent 75e4416 commit 6c7ddff
Show file tree
Hide file tree
Showing 15 changed files with 2,019 additions and 25 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Expand Up @@ -14,15 +14,17 @@ Depends:
Imports:
coda,
ggplot2,
ggtext,
hexbin,
jaspBase,
jaspGraphs,
rjags,
scales,
stringr
Suggests:
testthat
Remotes:
jasp-stats/jaspBase,
jasp-stats/jaspGraphs
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
2 changes: 2 additions & 0 deletions NAMESPACE
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(JAGS)
importFrom(jaspBase,"%setOrRetrieve%")
importFrom(jaspBase,.extractErrorMessage)
importFrom(jaspBase,.hasErrors)
importFrom(jaspBase,.readDataSetToEnd)
Expand All @@ -10,3 +11,4 @@ importFrom(jaspBase,createJaspState)
importFrom(jaspBase,createJaspTable)
importFrom(jaspBase,encodeColNames)
importFrom(jaspBase,isTryError)
importFrom(jaspBase,jaspDeps)

0 comments on commit 6c7ddff

Please sign in to comment.