Skip to content

Commit

Permalink
added plot_pairs and updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Verity committed Jun 26, 2024
1 parent a58bda1 commit 06b4511
Show file tree
Hide file tree
Showing 86 changed files with 5,052 additions and 5,060 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: drjacoby
Type: Package
Title: Flexible Markov Chain Monte Carlo via Reparameterization
Version: 1.5.3
Version: 1.5.4
Authors@R: c(
person("Bob", "Verity", email = "[email protected]", role = c("aut", "cre")),
person("Pete", "Winskill", email = "[email protected]", role = c("aut"))
Expand All @@ -26,7 +26,8 @@ Imports:
rlang,
cowplot,
dplyr,
magrittr
magrittr,
GGally
Suggests:
testthat,
covr,
Expand Down
7 changes: 5 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ export(check_drjacoby_loaded)
export(cpp_template)
export(define_params)
export(plot_autocorrelation)
export(plot_cor)
export(plot_cor_mat)
export(plot_credible)
export(plot_mc_acceptance)
export(plot_par)
export(plot_pairs)
export(plot_rung_loglike)
export(plot_scatter)
export(plot_trace)
export(run_mcmc)
export(sample_chains)
import(dplyr)
import(ggplot2)
importFrom(GGally,ggpairs)
importFrom(GGally,wrap)
importFrom(Rcpp,sourceCpp)
importFrom(coda,geweke.diag)
importFrom(coda,mcmc)
Expand Down
Loading

0 comments on commit 06b4511

Please sign in to comment.