micronutr
Determining Vitamin and Mineral Status of Populations
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Determining Vitamin and Mineral Status of Populations
Basic Info
- Host: GitHub
- Owner: nutriverse
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://nutriverse.io/micronutr/
- Size: 24.9 MB
Statistics
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
- Releases: 3
Created over 3 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
library(micronutr)
```
# micronutr: Determining Vitamin and Mineral Status of Populations
[](https://www.repostatus.org/#active)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://CRAN.R-project.org/package=micronutr)
[](https://cran.r-project.org/web/checks/check_results_micronutr.html)
[](https://CRAN.R-project.org/package=micronutr)
[](https://cran.r-project.org/package=micronutr)
[](https://cran.r-project.org/package=micronutr)
[](https://github.com/nutriverse/micronutr/actions/workflows/R-CMD-check.yaml)
[](https://github.com/nutriverse/micronutr/actions/workflows/test-coverage.yaml)
[](https://app.codecov.io/gh/nutriverse/micronutr?branch=main)
[](https://www.codefactor.io/repository/github/nutriverse/micronutr)
[](https://zenodo.org/badge/latestdoi/584725138)
Vitamin and mineral deficiencies continue to be a significant public health problem. This is particularly critical in developing countries where deficiencies to vitamin A, iron, iodine, and other micronutrients lead to adverse health consequences. Cross-sectional surveys are helpful in answering questions related to the magnitude and distribution of deficiencies of selected vitamins and minerals.
This package provides tools for determining select vitamin and mineral deficiencies based on World Health Organization (WHO) guidelines found [here](https://www.who.int/teams/nutrition-and-food-safety/databases/vitamin-and-mineral-nutrition-information-system).
## What does `micronutr` do?
The `micronutr` package provides tools for determining select vitamin and mineral deficiencies using R. Currently, `micronutr` has functions for:
* Detecting **haemoglobinaemia** or anaemia based on an individual's *serum haemoglobin* level;
* Detecting **inflammation** status based on *c-reactive protein (CRP)* and *alpha(1)-acid-glycoprotein (AGP)*;
* Detecting **iron deficiency** status based on an individual's *serum ferritin* level;
* Detecting **iodine deficiency** status based on a population's mean urinary iodine concentration.
## Installation
You can install `micronutr` from [CRAN](https://cran.r-project.org) with:
```{r install-cran, echo = TRUE, eval = FALSE}
install.packages("micronutr")
```
You can install the development version of `micronutr` from [nutriverse R Universe](https://nutriverse.r-universe.dev) with:
```{r install-r-universe, echo = TRUE, eval = FALSE}
install.packages(
"micronutr",
repos = c('https://nutriverse.r-universe.dev', 'https://cloud.r-project.org')
)
```
## Usage
`micronutr` comes packaged with vignettes that show how to use the package for the purposes described above.
* [Detecting **haemoglobinaemia**](https://nutriverse.io/micronutr/articles/haemoglobinaemia.html)
* [Detecting **inflammation**](https://nutriverse.io/micronutr/articles/inflammation.html)
* [Detecting **iron deficiency**](https://nutriverse.io/micronutr/articles/iron-deficiency.html)
* [Detecting **iodine deficiency**](https://nutriverse.io/micronutr/articles/iodine-deficiency.html)
## Citation
If you find the `micronutr` package useful, please cite using the suggested citation provided by a call to the `citation` function as follows:
```{r citation, echo = TRUE, eval = TRUE}
citation("micronutr")
```
## Community guidelines
Feedback, bug reports, and feature requests are welcome; file issues or seek support [here](https://github.com/nutriverse/micronutr/issues). If you would like to contribute to the package, please see our [contributing guidelines](https://nutriverse.io/micronutr/CONTRIBUTING.html).
This project is released with a [Contributor Code of Conduct](https://nutriverse.io/micronutr/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
## References
1. Guideline on haemoglobin cutoffs to define anaemia in individuals and populations. Geneva: World
Health Organization; 2024. Licence: CC BY-NC-SA 3.0 IGO.
2. Serum ferritin concentrations for the assessment of iron status in individuals and populations: technical brief. Geneva: World Health Organization; 2020. License: CC BY-NC-SA 3.0 IGO.
3. C-reactive protein concentrations as a marker of inflammation or infection for interpreting biomarkers of micronutrient status. Vitamin and Mineral Nutrition Information System. Geneva: World Health Organization; 2014.
4. Urinary iodine concentrations for determining iodine status deficiency in populations. Vitamin and Mineral
Nutrition Information System. Geneva: World Health Organization; 2013.
Owner
- Name: nutriverse
- Login: nutriverse
- Kind: organization
- Location: Oxford, United Kingdom
- Website: https://nutriverse.io
- Repositories: 8
- Profile: https://github.com/nutriverse
GitHub Events
Total
- Issues event: 22
- Issue comment event: 2
- Push event: 18
- Pull request event: 12
Last Year
- Issues event: 22
- Issue comment event: 2
- Push event: 18
- Pull request event: 12
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 10 months
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ernestguevarra (28)
Pull Request Authors
- ernestguevarra (16)
Top Labels
Issue Labels
documentation (17)
feature engineering (3)
testing (3)
ci/cd (2)
enhancement (1)
refactor (1)
bug (1)
infrastructure (1)
Pull Request Labels
documentation (11)
ci/cd (4)
testing (3)
infrastructure (2)
refactor (1)
Packages
- Total packages: 1
-
Total downloads:
- cran 163 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: micronutr
Determining Vitamin and Mineral Status of Populations
- Homepage: https://nutriverse.io/micronutr/
- Documentation: http://cran.r-project.org/web/packages/micronutr/micronutr.pdf
- License: GPL (≥ 3)
-
Latest release: 0.1.1
published about 2 years ago
Rankings
Dependent packages count: 28.0%
Dependent repos count: 36.0%
Average: 49.7%
Downloads: 85.2%
Maintainers (1)
Last synced:
11 months ago