An open API service indexing awesome lists of open source software.

https://github.com/adhollander/checklist

Sustainable sourcing checklist generator.
https://github.com/adhollander/checklist

Last synced: 4 months ago
JSON representation

Sustainable sourcing checklist generator.

Awesome Lists containing this project

README

        

# Sustainable Sourcing Checklist Generator

This is a R/Shiny checklist generator app for the sustainable sourcing project.
:seedling:

## Installation

1. Install the latest version of [R][].
2. Install the latest version of [RStudio Desktop][RStudio].
3. (Windows only) Install the latest version of [Rtools][], making sure "Edit
the system PATH" is checked.
4. Open RStudio.
5. In the RStudio console, run `install.packages("devtools")`.
6. In the RStudio console, run `library(devtools)` and then
`install_github("adhollander/checklist")`.

[R]: https://www.r-project.org/
[RStudio]: https://www.rstudio.com/
[Rtools]: https://cran.r-project.org/bin/windows/Rtools/

## Usage

After installation, in an R console, run

```{r}
library(checklist)
runChecklist()
```

## Notes

Installation on Mac OS X requires a previous installation of the SYMPHONY
mixed integer linear programming library. See https://projects.coin-or.org/SYMPHONY/.