-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
59 lines (59 loc) · 1.64 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
49
50
51
52
53
54
55
56
57
58
59
Package: socialmixr
Title: Social Mixing Matrices for Infectious Disease Modelling
Version: 0.4.0.9000
Authors@R: c(
person("Sebastian", "Funk", , "[email protected]", role = c("aut", "cre")),
person("Lander", "Willem", role = "aut"),
person("Hugo", "Gruson", role = "aut"),
person("Maria", "Bekker-Nielsen Dunbar", role = "ctb"),
person("Carl A. B.", "Pearson", role = "ctb"),
person("Sam", "Clifford", , "[email protected]", role = "ctb"),
person("Christopher", "Jarvis", role = "ctb"),
person("Alexis", "Robert", , "[email protected]", role = "ctb"),
person("Niel", "Hens", role = "ctb"),
person("Pietro", "Coletti", role = c("col", "dtm"))
)
Description: Provides methods for sampling contact matrices from diary
data for use in infectious disease modelling, as discussed in Mossong
et al. (2008) <doi:10.1371/journal.pmed.0050074>.
License: MIT + file LICENSE
Depends:
R (>= 3.5.0)
Imports:
checkmate,
countrycode,
curl,
data.table,
grDevices,
httr,
jsonlite,
lifecycle,
lubridate,
memoise,
purrr,
oai,
wpp2017,
xml2
Suggests:
ggplot2,
here,
knitr,
quarto,
reshape2,
rmarkdown,
roxyglobals (>= 1.0.0),
testthat,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
RoxygenNote: 7.3.2
URL: https://github.com/epiforecasts/socialmixr,
https://epiforecasts.io/socialmixr/
BugReports: https://github.com/epiforecasts/socialmixr/issues
Roxygen: list(
markdown = TRUE,
roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet"))
Config/testthat/edition: 3