-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.13 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
Package: dust2
Title: Next Generation dust
Version: 0.3.10
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "rich.fitzjohn@gmail.com"),
person("Imperial College of Science, Technology and Medicine",
role = "cph"))
Description: Experimental sources for the next generation of dust,
which will properly adopt the particle filter, have support for
partial parameter updates, support for multiple parameter sets and
hopefully better GPU/MPI support.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-GB
URL: https://github.com/mrc-ide/dust2, https://mrc-ide.github.io/dust2
BugReports: https://github.com/mrc-ide/dust2/issues
Imports:
cli,
monty (>= 0.2.26),
rlang
LinkingTo:
cpp11,
monty
Suggests:
callr,
cpp11,
decor,
fs,
glue,
knitr,
mockery,
numDeriv,
pkgbuild,
pkgload,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/Needs/compile: cpp11, decor, glue, pkgbuild, pkgload
Remotes: mrc-ide/monty