/gnr

R companion to the Global Nutrition Report

Primary LanguageRGNU General Public License v3.0GPL-3.0

gnr: R Companion to the Global Nutrition Report

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Lifecycle: experimental R-CMD-check Codecov test coverage

The Global Nutrition Report’s purpose is to produce a single, authoritative source on progress toward addressing critical gaps in the nutrition accountability framework, both at national and international levels. This is a companion package to the Global Nutrition Report primarily for accessing the data used in the report and to reproduce the data visualisation produced in the report. This package contains functions that allow users to interrogate the same data and produce customised charts and other visualisation products.

Installation

gnr is not yet available on CRAN. To install gnr, use GitHub as follows:

if(!require(remotes)) install.packages("remotes")
remotes::install_github("nutriverse/gnr")

What does gnr do?