mirror of
https://github.com/agdamsbo/prioritized.grouping.git
synced 2025-09-12 10:39:39 +02:00
14 lines
408 B
Markdown
14 lines
408 B
Markdown
# First try with shinylive
|
|
|
|
Reviving an old project to use shinylive with R
|
|
|
|
|
|
## 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)
|
|
```
|
|
|