-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.15 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
Package: disEpiODE
Title: a deterministic SI model for theoretical landscape discretisation
Date: 2024-09-11
Version: 0.1.0-2
Authors@R:
c(
person("Mossa", "Reimert", , "[email protected]", role = c("aut", "cre")),
person("Matt", "Denwood", , "[email protected]", role = c("aut")),
person("Maya", "Gussmann", , "[email protected]", role = c("aut"))
)
Description:
The disEpiODE package provides utility functions to create and discretise
landscapes using square, hexagonal and triangular grids, and then apply a
deterministic SI disease model to the grid. The package is mostly intended
to support the publication "Choice of Landscape Discretisation Method Affects
the Inferred Rate of Spread in Wildlife Disease Spread Models" by Reimert
et al (in review), but may also be useful for other work.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
methods,
stats,
magrittr,
tibble,
dplyr,
tidyr,
sf,
deSolve,
rlang,
ggplot2,
fs
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr