Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.11 KB

NEWS.md

File metadata and controls

38 lines (21 loc) · 1.11 KB

mwana 0.2.1

General updates

  • 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


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.