Skip to content

Commit

Permalink
Merge pull request #80 from nutriverse/v0.3.1.9000
Browse files Browse the repository at this point in the history
V0.3.1.9000
  • Loading branch information
ernestguevarra authored Oct 19, 2019
2 parents bc65299 + dcccbdc commit cbc67b5
Show file tree
Hide file tree
Showing 58 changed files with 521 additions and 147 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

Fourth release of `zscorer`. In this release:

* fixed an issue with wrong URLs in README documentation.

* fixed an issue when calculating BMI-for-age where measurements are 0 resulting in error rather than providing an NA value. Now, when values for measurements are 0, the zscore produced is NA.

* updated MUAC for age to allow for calculation for children up to 19 years old based on article by Jay Berkeley and colleagues.

* updated Shiny app
* updated Shiny app and added a vignette showing how to use the Shiny app

* updated documentation to reflect editions and additions

Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,11 @@ knitr::include_graphics("man/figures/zscorerApp.png")

## References

[^1]: World Health Organization (WHO). (2006). WHO Child Growth Standards: Length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age: Methods and development. [https://doi.org/10.1037/e569412006-008](https://doi.org/10.1037/e569412006-008)
[^1]: World Health Organization. (2006). WHO child growth standards : length/height-for-age, weight-for-age, weight-for-length, weight -for-height and body mass index-for-age : methods and development. World Health Organization. [https://apps.who.int/iris/handle/10665/43413](https://apps.who.int/iris/handle/10665/43413)

[^2]: World Health Organization (WHO). (2007). WHO Child Growth Standards: Head circumference-for-age, arm circumference-for-age, triceps skinfold-for-age and subscapular skinfold-for-age: methods and development. Geneva: World Health Organization.
[^2]: World Health Organization. (2007). WHO child growth standards : head circumference-for-age, arm circumference-for-age, triceps skinfold-for-age and subscapular skinfold-for-age : methods and development. World Health Organization. [https://apps.who.int/iris/handle/10665/43706](https://apps.who.int/iris/handle/10665/43706)

[^3]: Onis, M. De, Onyango, A. W., Borghi, E., Siyam, A., & Siekmann, J. (2007). Development of a WHO growth reference for school-aged children and adolescents. 043497(July), 660–667. [https://doi.org/10.2471/BLT](https://doi.org/10.2471/BLT).
[^3]: de Onis M. Development of a WHO growth reference for school-aged children and adolescents. Bull World Health Org. 2007;85: 660–667. [doi:10.2471/BLT.07.043497](https://doi.org/10.2471/blt.07.043497)

[^4]: Mramba L, Ngari M, Mwangome M, Muchai L, Bauni E, Walker AS, et al. A growth reference for mid upper arm circumference for age among school age children and adolescents, and validation for mortality: growth curve construction and longitudinal cohort study. BMJ. 2017;: j3423–8. [doi:10.1136/bmj.j3423](https://doi.org/10.1136/bmj.j3423)

Expand Down
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,20 +521,21 @@ current device as shown below:

## References

1. World Health Organization (WHO). (2006). WHO Child Growth Standards:
Length/height-for-age, weight-for-age, weight-for-length,
weight-for-height and body mass index-for-age: Methods and
development. <https://doi.org/10.1037/e569412006-008>

2. World Health Organization (WHO). (2007). WHO Child Growth Standards:
Head circumference-for-age, arm circumference-for-age, triceps
skinfold-for-age and subscapular skinfold-for-age: methods and
development. Geneva: World Health Organization.

3. Onis, M. De, Onyango, A. W., Borghi, E., Siyam, A., & Siekmann, J.
(2007). Development of a WHO growth reference for school-aged
children and adolescents. 043497(July), 660–667.
<https://doi.org/10.2471/BLT>.
1. World Health Organization. (2006). WHO child growth standards :
length/height-for-age, weight-for-age, weight-for-length, weight
-for-height and body mass index-for-age : methods and development.
World Health Organization.
<https://apps.who.int/iris/handle/10665/43413>

2. World Health Organization. (2007). WHO child growth standards : head
circumference-for-age, arm circumference-for-age, triceps
skinfold-for-age and subscapular skinfold-for-age : methods and
development. World Health Organization.
<https://apps.who.int/iris/handle/10665/43706>

3. de Onis M. Development of a WHO growth reference for school-aged
children and adolescents. Bull World Health Org. 2007;85: 660–667.
[doi:10.2471/BLT.07.043497](https://doi.org/10.2471/blt.07.043497)

4. Mramba L, Ngari M, Mwangome M, Muchai L, Bauni E, Walker AS, et
al. A growth reference for mid upper arm circumference for age
Expand Down
6 changes: 4 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Release summary
Fourth release of `zscorer`. In this release:
Fourth release of `zscorer`. This is a re-submission to address issues noted by CRAN. In this release:

* fixed an issue with wrong URLs in README documentation.

* fixed an issue when calculating BMI-for-age where measurements are 0 resulting in error rather than providing an NA value. Now, when values for measurements are 0, the zscore produced is NA.

* updated MUAC for age to allow for calculation for children up to 19 years old based on article by Jay Berkeley and colleagues.

* updated Shiny app
* updated Shiny app and added a vignette showing how to use the Shiny app

* updated documentation to reflect editions and additions

Expand Down
3 changes: 3 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/articles/anthropometry.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/articles/calculate_zscore.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/articles/legacy_functions.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

182 changes: 182 additions & 0 deletions docs/articles/using-shiny-app.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cbc67b5

Please sign in to comment.