Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extentions to JAGS #83

Merged
merged 20 commits into from Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)