-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
38 lines (29 loc) · 1.73 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# nutricheckr: Tools for Nutrition Assessment and Analysis <img src="man/figures/logo.png" width="200" align="right" />
<!-- badges: start -->
[![Project Status: WIP](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://www.tidyverse.org/lifecycle/#experimental)
[![R-CMD-check](https://github.com/nutriverse/nutricheckr/workflows/R-CMD-check/badge.svg)](https://github.com/nutriverse/nutricheckr/actions)
[![test-coverage](https://github.com/nutriverse/nutricheckr/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/nutriverse/nutricheckr/actions/workflows/test-coverage.yaml)
[![Codecov test coverage](https://codecov.io/gh/nutriverse/nutricheckr/branch/master/graph/badge.svg)](https://codecov.io/gh/nutriverse/nutricheckr?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/nutriverse/nutricheckr/badge)](https://www.codefactor.io/repository/github/nutriverse/nutricheckr)
<!-- badges: end -->
Nutrition assessment involves various methods and techniques. This package provides tools to support the implementation of these methods and techniques.
## Installation
You can install the development version of `nutricheckr` from [GitHub](https://github.com/nutriverse/nutricheckr) with:
```{r install, echo = TRUE, eval = FALSE}
if(!require(remotes)) install.packages("remotes")
remotes::install_github("nutriverse/nutricheckr")
```
## Usage