-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.21 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
Type: Package
Package: mwana
Title: An Efficient Workflow for Plausibility Checks and Prevalence Analysis of
Wasting in R
Version: 0.2.1
Authors@R: c(
person("Tomás", "Zaba", , "tomas.zaba@outlook.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-7079-3574")),
person("Ernest", "Guevarra", role = c("aut", "cph"),
comment = c(ORCID = "0000-0002-4887-4415"))
)
Description: A simple and streamlined workflow for plausibility checks and
prevalence analysis of wasting based on the Standardized
Monitoring and Assessment of Relief and Transition (SMART) Methodology
<https://smartmethodology.org/>, with application in R.
License: GPL (>= 3)
Depends:
R (>= 4.1)
Imports:
dplyr (>= 1.1.4),
lubridate,
nipnTK,
rlang,
scales,
srvyr,
stats,
zscorer,
tibble,
methods
Suggests:
knitr,
rmarkdown,
quarto,
spelling,
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/nutriverse/mwana, https://nutriverse.io/mwana
BugReports: https://github.com/nutriverse/mwana/issues
VignetteBuilder: quarto
Config/testthat/edition: 3