Demand & Supply Planning | S&OP :: with R

The planr R package is for Supply Chain Management.

The goal is to provide some functions to perform quickly some classic operations in the scope of Demand and Supply Planning or to run the S&OP (Sales & Operations Planning) process.

There are currently 6 groups of functions :

Calculations are performed at monthly or weekly buckets.

To learn how to use those functions, refer to the Cheatsheets and Get Started sections.

To install the CRAN version:

#install.packages("planr")
library(planr)

To install the latest development version from GitHub:

library(devtools)
#install_github("nguyennico/planr")

library(planr)

Github repo : https://github.com/nguyennico/planr

R Cran : CRAN - Package planr (r-project.org)