-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.61 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.61 KB
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
Package: squeacr
Type: Package
Title: Semi-Quantitative Evaluation of Access and Coverage (SQUEAC) Tools
Version: 0.1.1
Authors@R: person(given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "ernest@guevarra.io",
role = c("aut", "cre"))
Description: In the recent past, measurement of coverage has been mainly through
two-stage cluster sampled surveys either as part of a nutrition assessment
or through a specific coverage survey known as Centric Systematic Area
Sampling (CSAS). However, such methods are resource intensive and often only
used for final programme evaluation meaning results arrive too late for
programme adaptation. SQUEAC, which stands for Semi-Quantitative Evaluation
of Access and Coverage, is a low resource method designed specifically to
address this limitation and is used regularly for monitoring, planning and
importantly, timely improvement to programme quality, both for agency and
Ministry of Health (MoH) led programmes. This package provides functions
for use in conducting a SQUEAC investigation.
License: GPL-3
Depends:
R (>= 2.10)
Imports:
tibble,
zoo
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr,
spelling,
readxl,
dplyr
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
URL: https://nutriverse.io/squeacr/, https://github.com/nutriverse/squeacr
BugReports: https://github.com/nutriverse/squeacr/issues
Config/testthat/edition: 3