-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.09 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
Package: epidsampler
Title: Simulations for Sampling in Epidemics
Version: 0.0.0.9000
Authors@R:
c(person(given = "Vincenzo",
family = "Nardelli",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Giorgio",
family = "Alleva",
role = "ctb"),
person(given = "Giuseppe",
family = "Arbia",
role = "ctb",
email = "[email protected]"),
person(given = "Piero Demetrio",
family = "Falorsi",
role = "ctb"),
person(given = "Alberto",
family = "Zuliani",
role = "ctb"))
Description: Simulate an epidemic map with mobility and social
interaction between individuals. Useful for testing sampling methods.
License: LGPL (>= 2.1)
URL: https://github.com/vincnardelli/epidsampler
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
ggplot2,
spdep,
purrr
Suggests:
testthat,
magrittr,
utils,
knitr,
rmarkdown
VignetteBuilder: knitr