This is a R/Shiny checklist generator app for the sustainable sourcing project. :seedling:
- Install the latest version of R.
- Install the latest version of RStudio Desktop.
- (Windows only) Install the latest version of Rtools, making sure "Edit the system PATH" is checked.
- Open RStudio.
- In the RStudio console, run
install.packages("devtools")
. - In the RStudio console, run
library(devtools)
and theninstall_github("adhollander/checklist")
.
After installation, in an R console, run
library(checklist)
runChecklist()
Installation on Mac OS X requires a previous installation of the SYMPHONY mixed integer linear programming library. See https://projects.coin-or.org/SYMPHONY/.