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.
- Host: GitHub
- URL: https://github.com/adhollander/checklist
- Owner: adhollander
- License: gpl-3.0
- Created: 2015-05-16T00:46:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T22:27:41.000Z (about 9 years ago)
- Last Synced: 2024-08-13T07:13:59.923Z (8 months ago)
- Language: R
- Size: 562 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - adhollander/checklist - Sustainable sourcing checklist generator. (R)
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/.