-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.37 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
Package: rbi
Version: 1.0.0.9000
Title: Interface to 'LibBi'
Authors@R:
c(
person("Pierre E.", "Jacob",
email = "[email protected]", role = "aut"),
person("Anthony", "Lee",
email = "[email protected]", role = "ctb"),
person("Lawrence M.", "Murray",
email = "[email protected]", role = "ctb"),
person("Sebastian", "Funk",
email = "[email protected]", role = c("aut", "cre")),
person("Sam", "Abbott",
email = "[email protected]", role = c("ctb"))
)
Imports:
data.table,
ncdf4,
processx,
reshape2
Suggests:
coda,
covr (>= 3.2.0),
stringi,
testthat,
ggplot2,
knitr,
rmarkdown
Description: Provides a complete interface to 'LibBi', a library for Bayesian
inference (see <https://libbi.org> and Murray, 2015
<doi:10.18637/jss.v067.i10> for more information). This includes functions
for manipulating 'LibBi' models, for reading and writing 'LibBi'
input/output files, for converting 'LibBi' output to provide traces for use
with the coda package, and for running 'LibBi' to conduct inference.
License: GPL-3
URL: https://github.com/sbfnk/rbi
BugReports: https://github.com/sbfnk/rbi/issues
SystemRequirements: LibBi (>= 1.4.2)
LazyLoad: no
RoxygenNote: 7.2.3
Language: en-GB
Encoding: UTF-8
VignetteBuilder: knitr