The goal of planr is to provide some functions for the activity of Demand & Supply Planning and S&OP process:
to calculate projected inventories and coverages : light_proj_inv()
to calculate and analyze projected inventories and coverages : proj_inv()
to calculate a Replenishment Plan (also called DRP : Distribution Requirement Planning) : drp()
You can install the development version of planr through GitHub:
library(devtools)
install_github("nguyennico/planr")
library(planr)
R Views: Using R in Inventory Management and Demand Forecasting
Posit / RStudio Data Science Meetup : Supply Chain Management
R Shiny app demo for projected inventories : example of shiny app using the planr package