-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.21 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: monty
Title: Monte Carlo Models
Version: 0.3.22
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "rich.fitzjohn@gmail.com"),
person("Wes", "Hinsley", role = "aut"),
person("Ed", "Knock", role = "aut"),
person("Marc", "Baguelin", role = "aut"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Experimental sources for the next generation of mcstate,
now called 'monty', which will support much of the old mcstate
functionality but new things like better parameter interfaces,
Hamiltonian Monte Carlo, and other features.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://mrc-ide.github.io/monty, https://github.com/mrc-ide/monty
BugReports: https://github.com/mrc-ide/monty/issues
Imports:
R6,
cli,
parallel,
rlang
LinkingTo:
cpp11
Suggests:
callr,
cpp11,
coda,
decor,
knitr,
mockery,
mvtnorm,
numDeriv,
pkgload,
posterior,
rmarkdown,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Language: en-GB
VignetteBuilder: knitr