-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.96 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
Package: sleacr
Type: Package
Title: Simplified Lot Quality Assurance Sampling Evaluation of Access and
Coverage (SLEAC) Tools
Version: 0.1.0.9000
Authors@R: c(
person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]",
role = c("aut", "cre", "cph")),
person("Mark", "Myatt",
comment = c(ORCID = "0000-0003-1119-1474"),
email = "[email protected]",
role = c("aut", "cph")))
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. SLEAC, which stands for Simplified Lot Quality
Assurance Sampling 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. SLEAC is designed to complement the Semi-quantitative Evaluation
of Access and Coverage (SQUEAC) method. This package provides functions for
use in conducting a SLEAC assessment.
License: GPL (>= 3)
Depends:
R (>= 4.1.0)
Imports:
cli,
methods,
parallel,
parallelly,
squeacr,
stats
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tibble
Remotes:
rapidsurveys/squeacr
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://nutriverse.io/sleacr/,https://github.com/nutriverse/sleacr
BugReports: https://github.com/nutriverse/sleacr/issues
Config/testthat/edition: 3
VignetteBuilder: knitr