-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
executable file
·39 lines (39 loc) · 1.17 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
Package: SpatialEpi
Type: Package
Title: Methods and Data for Spatial Epidemiology
Version: 1.2.8.9000
Authors@R: c(
person("Cici", "Chen", email = "[email protected]", role = "ctb"),
person("Albert Y.", "Kim", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7824-306X")),
person("Michelle", "Ross", email = "[email protected]", role = "ctb"),
person("Jon", "Wakefield", email = "[email protected]", role = c("aut")),
person("Mikael","Moise", email = "[email protected]", role = c("aut"),comment = c(ORCID = "0000-0002-3608-1178"))
)
Maintainer: Albert Y. Kim <[email protected]>
Description: Methods and data for cluster detection and disease mapping.
Depends:
R (>= 3.0.2),
sp
License: GPL-2
LazyData: true
URL: https://github.com/rudeboybert/SpatialEpi
BugReports: https://github.com/rudeboybert/SpatialEpi/issues
Imports:
Rcpp,
MASS,
spdep
LinkingTo:
Rcpp,
RcppArmadillo
NeedsCompilation: yes
RoxygenNote: 7.2.2
Suggests:
rmarkdown,
markdown,
knitr,
testthat (>= 3.0.0),
ggplot2,
dplyr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)