Skip to content

Commit

Permalink
Merge pull request #35 from nutriverse:dev
Browse files Browse the repository at this point in the history
refresh DESCRIPTION; re-knit README; fix #18
  • Loading branch information
ernestguevarra authored Feb 6, 2025
2 parents 9713f01 + 71d9180 commit e6ecdfc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@ Description: This package aims to generate updated indicators to assess infant
definitions and measurement methods
<https://www.who.int/publications/i/item/9789240018389>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
covr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://nutriverse.io/riycf/, https://github.com/nutriverse/riycf
BugReports: https://github.com/nutriverse/mwana/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://nutriverse.io/riycf/
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@

<!-- badges: start -->

[![Project Status: WIP – Initial development is in progress, but there
has not yet been a stable, usable release suitable for the
public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/nutriverse/riycf/workflows/R-CMD-check/badge.svg)](https://github.com/nutriverse/riycf/actions)
[![R-CMD-check](https://github.com/nutriverse/riycf/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/nutriverse/riycf/actions/workflows/R-CMD-check.yaml)
[![test-coverage](https://github.com/nutriverse/riycf/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/nutriverse/riycf/actions/workflows/test-coverage.yaml)
[![Codecov test
coverage](https://codecov.io/gh/nutriverse/riycf/branch/main/graph/badge.svg)](https://app.codecov.io/gh/nutriverse/riycf?branch=main)
[![CodeFactor](https://www.codefactor.io/repository/github/nutriverse/riycf/badge)](https://www.codefactor.io/repository/github/nutriverse/riycf)
<!-- badges: end -->

## What are the IYCF Indicators?
Expand Down Expand Up @@ -77,12 +81,12 @@ will perform the following tasks.
the minimum meal frequency indicator analysis requires the following
variables for data analysis: child age, breastfeeding status, and
frequency of child feeding on the previous day. The child age and
child meal frequency data should be present in the
`numeric - integer` format, and the breastfeeding status should be
coded as a binary true/false variable with yes = 1 and no = 0. The
riycf package function will ensure that integer variables are
actually integers and variables that need to be re-coded into
numeric scores are re-coded.
child meal frequency data should be present in the `numeric -
integer` format, and the breastfeeding status should be coded as a
binary true/false variable with yes = 1 and no = 0. The riycf
package function will ensure that integer variables are actually
integers and variables that need to be re-coded into numeric scores
are re-coded.
2. *IYCF indicator generation*: The indicator calculation process would
continue if there were no issues with the data entry. The new IYCF
indicator variables will be generated based on which indicators the
Expand Down
9 changes: 9 additions & 0 deletions man/riycf.Rd

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

0 comments on commit e6ecdfc

Please sign in to comment.