-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
28 lines (28 loc) · 888 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
Package: IDSpatialStats
Version: 0.4.0
Date: 2024-07-22
Title: Estimate Global Clustering in Infectious Disease
Authors@R: c(
person(given="John", family="Giles", role=c("aut", "ctb"), email="[email protected]"),
person(given="Henrik", family="Salje", role=c("aut", "ctb"), email="[email protected]"),
person(given="Justin", family="Lessler", role=c("aut", "cre"), email="[email protected]"),
person(given="Timothy", family="Willard", role="ctb", email="[email protected]"))
License: GPL (>=2)
Description: Implements various novel and standard clustering statistics and
other analyses useful for understanding the spread of infectious disease.
RoxygenNote: 7.3.1
Encoding: UTF-8
LazyData: true
Imports:
igraph,
spatstat.explore,
spatstat.geom
Depends:
doParallel,
foreach,
parallel,
R (>= 2.10)
Suggests:
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3