Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.01 KB

nutribudget: An Implementation of SPRING’s Nutrition Budget Analysis Tool in R

Despite recognition that creating and sustaining financial support for nutrition is critical, nutrition advocates lack access to accurate and timely financial data. In response to this challenge, the USAID-funded Strengthening Partnerships, Results, and Innovations in Nutrition Globally (SPRING) project has developed a tool that will help nutrition stakeholders learn where the funding is, understand existing resource gaps, and advocate for adequate budgets. This package is an implementation of SPRING’s budget analysis tool in R.

Installation

nutribudgetr is not yet available on CRAN. nutribudgetr can be installed through GitHub as follows:

if(!require(devtools)) install.packages("devtools")
devtools::install_github("nutriverse/nutribudgetr")