README.md

CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status codecov status Downloads Total Downloads

KraljicMatrix

KraljicMatrix is an R package for implementing Kraljic's (1983)[^kraljic] approach to strategically analyze a firm’s purchasing portfolio. It has two main goals:

Installation

You can install KraljicMatrix two ways.

install.packages("KraljicMatrix")
if (packageVersion("devtools") < 1.6) {
  install.packages("devtools")
}

devtools::install_github("koalaverse/KraljicMatrix")

Learning kraljicMatrix

To get started with KraljicMatrix, read the intro vignette: vignette("kraljic", package = "KraljicMatrix"). This provides a thorough introduction to the functions provided in the package. For deeper understanding behind the integration of single and multi-attribute utility thoery with the Kraljic Portfolio Matrix for strategic purchasing, read this paper.

[^kraljic]: Kraljic, P. (1983). Purchasing must become supply management. Harvard Business Review, 61(5), 109-117.



bradleyboehmke/KraljicMatrix documentation built on May 13, 2019, 2:27 a.m.