-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
48 lines (48 loc) · 1.71 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
46
47
48
Package: spatialEpisim.foundation
Title: Spatial, Compartmental Epidemic Simulations with Exposure,
Vaccination, and Bayesian Data Assimilation for 'spatialEpisim'
Version: 0.0.0.9000
Authors@R: c(
person(given = "Bryce", family = "Carson", email = "bcars268@mtroyal.ca", role = c("aut"),
comment = c(ORCID = "0000-0002-1362-2998")),
person(given = "Ashok", family = "Krishnamurthy", email = "akrishnamurthy@mtroyal.ca", role = c("cre", "cph", "ctb"),
comment = c(ORCID = "0000-0003-1517-070X")),
person(given = "Alberta Innovates", role = c("fnd"))
)
Description: Spatial epidemic simulations using SVEIRD compartmental
epidemic models (Susceptible, Vaccinated, Exposed, Infected,
Recovered, Dead) allow the mathematical modelling of epidemics using
traditional, modified SIR (Susceptible, Infected, Recovered)
compartmental models as invented by Kermack and McKendrick in 1927.
Spatial dynamics extend the SVEIRD modelling process in this software.
'spatialEpisim' is a 'Shiny' application built on this
'spatialEpisim.foundation'. The sources originated there, and now live
here to provide for further validation and documenation through
vignettes, tests, et cetera.
License: GPL (>= 3)
URL: https://github.com/ashokkrish/spatialEpisim-foundation
BugReports: https://github.com/ashokkrish/spatialEpisim-foundation/issues
Imports:
countrycode,
dplyr,
geodata,
httr2,
magrittr,
Matrix,
purrr,
stats,
terra,
tibble,
tidyr,
utils
Suggests:
readxl,
lattice,
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
LazyData: true
Config/testthat/edition: 3