--- title: "User Cases" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{user_cases} %\VignetteEncoding{UTF-8} %\VignetteEngine{knitr::rmarkdown} editor_options: markdown: wrap: 72 --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) options(rmarkdown.html_vignette.check_title = FALSE) ``` To practice on the `planr` package, please refer to : - the `planr` website : [planr - Demand & Supply Planning \| S&OP :: with R](https://niconguyen.quarto.pub/planr/about.html) - the GitHub repository : [GitHub - nguyennico/planr ยท GitHub](https://github.com/nguyennico/planr) Thank you! Nico