Skip to content

Commit

Permalink
Merge pull request #127 from mrc-ide/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bobverity authored Jun 26, 2024
2 parents 1c6af94 + d8764f0 commit edfea63
Show file tree
Hide file tree
Showing 87 changed files with 5,128 additions and 5,060 deletions.
6 changes: 4 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,9 @@ Imports:
rlang,
cowplot,
dplyr,
magrittr
magrittr,
GGally,
tidyr
Suggests:
testthat,
covr,
Expand Down
9 changes: 7 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ 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_density)
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 All @@ -27,6 +31,7 @@ importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(drjacoby, .registration = TRUE)
Loading

0 comments on commit edfea63

Please sign in to comment.