prioritized.grouping/README.md

15 lines
408 B
Markdown
Raw Normal View History

2024-01-11 09:43:23 +01:00
# First try with shinylive
Reviving an old project to use shinylive with R
2024-01-11 09:50:27 +01:00
## Shortcoming
This project requires ROI.plugin.symphony to solve the problem, which depends on the RSymphony project (which again adapts SYMPHONY MILP), which is not [compiled for webR](https://repo.r-wasm.org/).
Clone the project and run the solver with
```
shiny::runApp(appDir = here::here("R/"),launch.browser = TRUE)
```