forked from Cole-Monnahan-NOAA/adnuts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 1.16 KB
/
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
42
43
44
45
Package: adnuts
Title: No-U-Turn MCMC Sampling for 'ADMB' Models
Version: 1.1.0
Authors@R: person("Cole", "Monnahan", email = "cole.monnahan@noaa.gov", role = c("aut", "cre"))
Description: Bayesian inference using the no-U-turn (NUTS) algorithm by
Hoffman and Gelman (2014) <http://www.jmlr.org/papers/v15/hoffman14a.html>.
Designed for 'AD Model Builder' ('ADMB') models,
or when R functions for log-density and log-density gradient
are available, such as 'Template Model Builder'
models and other special cases. Functionality is similar to 'Stan',
and the 'rstan' and 'shinystan' packages are used for diagnostics and
inference.
URL: https://github.com/Cole-Monnahan-NOAA/adnuts
BugReports: https://github.com/Cole-Monnahan-NOAA/adnuts/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
ByteCompile: true
Depends:
R (>= 3.6.0)
Suggests:
matrixcalc (>= 1.0.3),
stats,
knitr,
TMB,
rmarkdown,
testthat (>= 2.1.0)
Imports:
dplyr,
ellipse,
furrr,
future,
ggplot2,
matrixcalc,
microbenchmark,
parallel,
purrr,
rlang,
rstan,
R2admb,
shinystan (>= 2.5.0),
tibble
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)