-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
41 lines (41 loc) · 993 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: drjacoby
Type: Package
Title: Flexible Markov Chain Monte Carlo via Reparameterization
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"))
)
Description: drjacoby is an R package for performing Bayesian inference via
Markov chain monte carlo (MCMC). In addition to being highly flexible it
implements some advanced techniques that can improve mixing in tricky
situations.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
LinkingTo:
Rcpp
Imports:
Rcpp,
coda,
parallel,
ggplot2,
usethis,
tools,
rlang,
cowplot,
dplyr,
magrittr,
GGally,
tidyr
Suggests:
testthat,
covr,
knitr,
rmarkdown,
microbenchmark,
gridExtra
BugReports: https://github.com/mrc-ide/drjacoby/issues
VignetteBuilder: knitr
Depends: R (>= 3.1.0)