-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from nutriverse/dev
Release to main
- Loading branch information
Showing
81 changed files
with
5,325 additions
and
3,414 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
Type: Package | ||
Package: mwana | ||
Title: Utilities for Analysing Children's Nutritional Status | ||
Version: 0.1.0.9000 | ||
Title: An Efficient Workflow for Plausibility Checks and Prevalence Analysis of Wasting in R | ||
Version: 0.2.0.9000 | ||
Authors@R: c( | ||
person("Tomás", "Zaba", , "[email protected]", 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 streamlined and comprehensive implementation of the Standardized | ||
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/> guidelines for data quality checks and | ||
prevalence estimation, with enhanced programmable process particularly when | ||
handling multiple area datasets. | ||
<https://smartmethodology.org/>, with application in R. | ||
License: GPL (>= 3) | ||
URL: https://github.com/nutriverse/mwana, https://nutriverse.io/mwana | ||
Imports: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,28 @@ | ||
# mwana v0.1.0.9000 (development version) | ||
# mwana v0.2.0.9000 (development version) | ||
|
||
<br/> | ||
|
||
# mwana v0.2.0 | ||
|
||
## New features | ||
|
||
* Added new function `mw_estimate_prevalence_screening()` to estimate prevalence | ||
of wasting by MUAC from non survey data: screenings, sentinel sites, etc. | ||
|
||
## Bug fixes | ||
|
||
* Resolved issues with `mw_neat_output_mfaz()`, `mw_neat_output_wfhz()` and | ||
`mw_neat_output_muac()` not returning neat and tidy output for grouped `data.frame` | ||
from their respective plausibility checkers. | ||
|
||
* Resolved issue with `edema` argument in prevalence functions that was not working | ||
as expected when set to `NULL`. | ||
|
||
## General updates | ||
|
||
* Updated general package documentation, including references in vignettes. | ||
* Built package using `R` version 4.4.2 | ||
|
||
# mwana v0.1.0 | ||
|
||
* Initial pre-release version for alpha-testing. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.