forked from richardli/SUMMER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·29 lines (29 loc) · 1.86 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
Package: SUMMER
Type: Package
Title: Small-Area-Estimation Unit/Area Models and Methods for Estimation in R
Version: 1.2.0
Date: 2021-07-05
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 = "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> and Li et al. (2020) <arXiv:2007.05117>.
URL: https://github.com/richardli/SUMMER
BugReports: https://github.com/richardli/SUMMER/issues
Depends: R (>= 3.5)
License: GPL (>= 2)
Imports: survey, stats, spdep, survival, ggplot2, utils, Matrix, reshape2, viridis, sp, shadowtext, ggridges, methods, data.table, RColorBrewer, grDevices, fields, terra
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
Additional_repositories: https://inla.r-inla-download.org/R/testing/
Suggests: INLA, knitr, rmarkdown, readstata13, patchwork, rdhs, R.rsp
VignetteBuilder: R.rsp, knitr
NeedsCompilation: no