CRAN Status CRAN Downloads CRAN download

planr

About

The planr 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 3 groups of functions :

To learn how to use those functions : refer to the section Get Started.

Installation

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)

Get started

This section introduces the different functions of the package planr through :

Then, in the 3rd section we can find some examples of shiny apps using this package.

The goal of the planr package is to provide some functions for the activity of Demand & Supply Planning and S&OP (Sales & Operations Planning) process.

A few functions to calculate projected inventories and coverages, and more :

Projected Inventories & Coverages

The 1st, basic (light) function : light_proj_inv()

Calculated Projected Inventories using light_proj_inv()
Calculated Projected Inventories using light_proj_inv()

Calculation & Analysis

The 2nd function : proj_inv()

Calculated Projected Inventories using proj_inv()
Calculated Projected Inventories using proj_inv()

The 3rd function : const_dmd()

Calculated Projected Inventories and Constrained Demand using const_dmd()
Calculated Projected Inventories and Constrained Demand using const_dmd()

Replenishment Plan

A function to calculate a Replenishment Plan (also called DRP : Distribution Requirement Planning).

The 4th function : drp()

Calculated Projected Inventories and Replenishment Plan using drp()
Calculated Projected Inventories and Replenishment Plan using drp()

Conversion Monthly to Weekly Bucket

The 5th function : month_to_week()