Food security assessments utilise several dietary intake indicators as proxy measures for diet quality, diet sufficiency, and food availability either at individual or household level. Utilities for recoding and calculating these indicators support in establishing consistent and reliable results.
The dietry
package is still in active development and not yet
available on CRAN.
You can install the development version of dietry from GitHub with:
if (!require(remotes)) install.packages("remotes")
remotes::install_github("nutriverse/dietry")
If you find the dietry
package useful, please cite using the suggested
citation provided by a call to the citation
function as follows:
citation("dietry")
#> To cite dietry in publications, use:
#>
#> Ernest Guevarra (2024). _dietry: Utilities for Dietary Intake
#> Indicators for Food Security Assessments_. R package version
#> 0.0.0.9000, <https://nutriverse.io/dietry/>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {dietry: Utilities for Dietary Intake Indicators for Food Security Assessments},
#> author = {{Ernest Guevarra}},
#> year = {2024},
#> note = {R package version 0.0.0.9000},
#> url = {https://nutriverse.io/dietry/},
#> }
Feedback, bug reports, and feature requests are welcome; file issues or seek support here. If you would like to contribute to the package, please see our contributing guidelines.
This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.