-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.26 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
Package: augury
Title: Provides Streamlined Methods for Data Imputation and Forecasting for WHO DDI Statistics
Version: 0.3.3
Authors@R:
c(person(given = "Seth",
family = "Caldwell",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "William",
family = "Msemburi",
role = c("aut"),
email = "[email protected]"))
Description: A set of functions designed to make public the methods
used for data imputation and forecasting for global health statistics
developed by the World Health Organization's Division of Data, Analytics
and Delivery for Impact.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/gpw13/augury
BugReports: https://github.com/gpw13/augury/issues
Depends:
R (>= 2.10)
Imports:
VGAM,
stats,
dplyr,
rlang,
purrr,
magrittr,
lme4,
zoo,
forecast,
tidyr,
merTools,
stringr,
tibble
Suggests:
INLA,
knitr,
rmarkdown,
billionaiRe,
ghost,
whoville
Remotes:
gpw13/billionaiRe,
gpw13/ghost,
gpw13/whoville
Additional_repositories:
https://inla.r-inla-download.org/R/testing
VignetteBuilder: knitr