-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
executable file
·71 lines (71 loc) · 2.4 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
60
61
62
63
64
65
66
67
68
69
70
71
Package: SUMMER
Type: Package
Title: Small-Area-Estimation Unit/Area Models and Methods for Estimation in R
Version: 2.0.0
Date: 2025-01-03
Authors@R: c(
person(given = "Zehang R", family = "Li", email= "[email protected]", role = c("cre","aut")),
person(given = "Bryan D", family = "Martin", email= "[email protected]", role = "aut"),
person(given = "Yuan", family = "Hsiao", email = "[email protected]", role = "aut"),
person(given = "Jessica", family = "Godwin", email = "[email protected]", role = "aut"),
person(given = "John", family = "Paige", email = "[email protected]", role = "aut"),
person(given = "Peter", family = "Gao", email = "[email protected]", role = "aut"),
person(given = "Jon", family = "Wakefield", email = "[email protected]", role = "aut"),
person(given = "Samuel J", family = "Clark", email = "[email protected]", role = "aut"),
person(given = "Geir-Arne", family = "Fuglstad", email = "[email protected]", role = "aut"),
person(given = "Andrea", family = "Riebler", email = "[email protected]", role = "aut")
)
Description: Provides methods for spatial and spatio-temporal smoothing of demographic and health indicators using survey data, with particular focus on estimating and projecting under-five mortality rates, described in Mercer et al. (2015) <doi:10.1214/15-AOAS872>, Li et al. (2019) <doi:10.1371/journal.pone.0210645>, Wu et al. (DHS Spatial Analysis Reports No. 21, 2021), and Li et al. (2023) <doi:10.48550/arXiv.2007.05117>.
URL: https://github.com/richardli/SUMMER,
https://richardli.github.io/SUMMER/
BugReports: https://github.com/richardli/SUMMER/issues
Depends: R (>= 3.5)
License: GPL (>= 2)
Imports:
survey,
stats,
spdep,
survival,
ggplot2,
scales,
utils,
Matrix,
reshape2,
viridis,
sp,
sf,
shadowtext,
ggridges,
methods,
data.table,
RColorBrewer,
grDevices,
fields,
terra,
haven,
lifecycle
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Additional_repositories: https://inla.r-inla-download.org/R/testing/
Suggests:
INLA,
sn,
knitr,
rmarkdown,
readstata13,
patchwork,
rdhs,
R.rsp,
sae,
dplyr,
tidyr,
raster,
fmesher,
testthat (>= 3.0.0)
VignetteBuilder: R.rsp, knitr
NeedsCompilation: no
Config/build/clean-inst-doc: FALSE
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: TRUE