-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 972 Bytes
/
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
Package: helios
Type: Package
Title: Individual Based Model for UVC Interventions
Version: 0.1.0
Authors@R: c(
person(
given = "Charlie",
family = "Whittaker",
role = c('aut', 'cre'),
email = "[email protected]"
),
person(
given = "Tom",
family = "Brewer",
role = c('aut')
),
person(
given = "Adam",
family = "Howes",
role = c('aut')
))
Description: A package for simulating the effect of far UVC interventions on infectious
disease outbreaks.
License: MIT + file LICENSE
URL: https://github.com/mrc-ide/helios, https://mrc-ide.github.io/helios/
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
individual,
dplyr,
EnvStats,
dqrng
Remotes:
mrc-ide/individual@feat/logi_size
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LinkingTo:
individual