-
Updated documentation in README, data documentation function documentation, and vignettes to improve grammar, coherence, and consistency;
-
Enforced use of
::
to state external package dependencies; -
Ensured that a code sequence started with a function statement rather than a data.frame piped into a function;
-
simplified specific code syntax
- Added new function
mw_estimate_prevalence_screening()
to estimate prevalence of wasting by MUAC from non survey data: screenings, sentinel sites, etc.
-
Resolved issues with
mw_neat_output_mfaz()
,mw_neat_output_wfhz()
andmw_neat_output_muac()
not returning neat and tidy output for groupeddata.frame
from their respective plausibility checkers. -
Resolved issue with
edema
argument in prevalence functions that was not working as expected when set toNULL
.
- Updated general package documentation, including references in vignettes.
- Built package using R version 4.4.2
- Initial pre-release version for alpha-testing.